(12.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (5.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.0ms)  begin transaction

DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/ubuntu/workspace/db/migrate/20171006230906_create_bikes.rb:10)

 (0.3ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "rating" varchar, "description" text, "release_date" datetime, "created_at" datetime, "updated_at" datetime) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (8.0ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["title", "Aladdin"], ["rating", "G"], ["release_date", "1992-11-25 00:00:00.000000"], ["created_at", "2017-10-07 00:10:55.659141"], ["updated_at", "2017-10-07 00:10:55.659141"]]
 (7.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["title", "When Harry Met Sally"], ["rating", "R"], ["release_date", "1989-07-21 00:00:00.000000"], ["created_at", "2017-10-07 00:10:55.670629"], ["updated_at", "2017-10-07 00:10:55.670629"]]
 (5.5ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["title", "The Help"], ["rating", "PG-13"], ["release_date", "2011-08-10 00:00:00.000000"], ["created_at", "2017-10-07 00:10:55.677453"], ["updated_at", "2017-10-07 00:10:55.677453"]]
 (6.1ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["title", "Raiders of the Lost Ark"], ["rating", "PG"], ["release_date", "1981-06-12 00:00:00.000000"], ["created_at", "2017-10-07 00:10:55.684939"], ["updated_at", "2017-10-07 00:10:55.684939"]]
 (7.2ms)  commit transaction

Started GET “/” for 129.81.137.205 at 2017-10-07 00:11:07 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.137.205 at 2017-10-07 00:11:07 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.2ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (8.4ms)

Completed 200 OK in 685ms (Views: 674.1ms | ActiveRecord: 0.5ms)

Started GET “/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1” for 129.81.137.205 at 2017-10-07 00:11:08 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.137.205 at 2017-10-07 00:11:08 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.137.205 at 2017-10-07 00:11:08 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.137.205 at 2017-10-07 00:11:08 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1” for 129.81.137.205 at 2017-10-07 00:11:08 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.137.205 at 2017-10-07 00:11:08 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.137.205 at 2017-10-07 00:11:08 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.137.205 at 2017-10-07 00:11:45 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.137.205 at 2017-10-07 00:11:45 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.2ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (6.9ms)

Completed 200 OK in 175ms (Views: 165.6ms | ActiveRecord: 0.5ms)

Started GET “/bikes/2” for 129.81.137.205 at 2017-10-07 00:11:47 +0000 Cannot render console from 129.81.137.205! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

AbstractController::ActionNotFound (The action 'show' could not be found for BikesController):

actionpack (4.2.5) lib/abstract_controller/base.rb:132:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.8) lib/rack/etag.rb:24:in `call'
rack (1.6.8) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.8) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.8) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.8) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.5ms)

Started GET “/” for 129.81.217.228 at 2017-10-08 20:05:45 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.217.228 at 2017-10-08 20:05:45 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.2ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (7.7ms)

Completed 200 OK in 192ms (Views: 180.8ms | ActiveRecord: 0.5ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.228 at 2017-10-08 20:05:46 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1” for 129.81.217.228 at 2017-10-08 20:05:46 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.217.228 at 2017-10-08 20:05:46 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.217.228 at 2017-10-08 20:05:46 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.217.228 at 2017-10-08 20:05:46 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.228 at 2017-10-08 20:05:46 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1” for 129.81.217.228 at 2017-10-08 20:05:46 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/1” for 129.81.217.228 at 2017-10-08 20:05:49 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

AbstractController::ActionNotFound (The action 'show' could not be found for BikesController):

actionpack (4.2.5) lib/abstract_controller/base.rb:132:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.8) lib/rack/etag.rb:24:in `call'
rack (1.6.8) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.8) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.8) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.8) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.9ms)

Started GET “/bikes/4” for 129.81.217.228 at 2017-10-08 20:05:53 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

AbstractController::ActionNotFound (The action 'show' could not be found for BikesController):

actionpack (4.2.5) lib/abstract_controller/base.rb:132:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.8) lib/rack/etag.rb:24:in `call'
rack (1.6.8) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.8) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.8) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.8) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.4ms)

Started GET “/bikes” for 129.81.217.228 at 2017-10-08 20:05:54 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.2ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (1.7ms)

Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.217.228 at 2017-10-08 20:06:46 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.217.228 at 2017-10-08 20:06:46 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.2ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (227.8ms)

Completed 200 OK in 299ms (Views: 288.5ms | ActiveRecord: 0.7ms)

Started GET “/assets/rsz_rentul_logo-5c35aeb51b3c82d276c2914bee33ada2add72354581794d91445fd7f7a43bcf9.jpg” for 129.81.217.228 at 2017-10-08 20:06:47 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/1” for 129.81.217.228 at 2017-10-08 20:07:00 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 31ms (Views: 16.3ms | ActiveRecord: 0.3ms)

Started GET “/bikes/2” for 129.81.217.228 at 2017-10-08 20:07:05 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.1ms)

Started GET “/bikes/3” for 129.81.217.228 at 2017-10-08 20:07:07 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"3"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 3]]
Rendered bikes/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.1ms)

Started GET “/bikes/4” for 129.81.217.228 at 2017-10-08 20:07:10 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"4"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 4]]
Rendered bikes/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.1ms)

Started GET “/bikes/2” for 129.81.217.228 at 2017-10-08 20:07:14 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.1ms)

Started GET “/bikes/1” for 129.81.217.228 at 2017-10-08 20:07:16 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.1ms)

Started GET “/bikes/3” for 129.81.217.228 at 2017-10-08 20:07:20 +0000 Cannot render console from 129.81.217.228! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"3"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 3]]
Rendered bikes/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.1ms)

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/” for 129.81.217.213 at 2017-10-09 20:42:03 +0000 Cannot render console from 129.81.217.213! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.217.213 at 2017-10-09 20:42:03 +0000 Cannot render console from 129.81.217.213! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.2ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.9ms)

Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (undefined method `bikeid' for #<Bike:0x00000004388b60>):

  36:     </tr>
  37: <% @bikes.each do |t| %>
  38:      <tr>
  39:          <td><a href="<%= bikes_path %>/<%= t.id %>"><%= t.bikeid %> </a> </td>
  40:          <td><%= t.serialnumber%> </td>
  41:          <td><%= t.rating %>   </td>
  42:          <td><%= t.condition %>   </td>
app/views/bikes/index.html.erb:39:in `block in _app_views_bikes_index_html_erb__2008855336620500541_35859480'
app/views/bikes/index.html.erb:37:in `_app_views_bikes_index_html_erb__2008855336620500541_35859480'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.4ms)
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (8.7ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "rating" varchar, "description" text, "release_date" datetime, "created_at" datetime, "updated_at" datetime) 
 (7.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (8.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (7.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (9.8ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "rating" varchar, "description" text, "release_date" datetime, "created_at" datetime, "updated_at" datetime) 
 (10.8ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (8.6ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (6.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (11.1ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "rating" varchar, "description" text, "release_date" datetime, "created_at" datetime, "updated_at" datetime) 
 (7.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (6.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (8.3ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (9.2ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "rating" varchar, "description" text, "release_date" datetime, "created_at" datetime, "updated_at" datetime) 
 (7.2ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (10.4ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (7.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (9.6ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "rating" varchar, "description" text, "release_date" datetime, "created_at" datetime, "updated_at" datetime) 
 (8.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (6.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (6.5ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (7.8ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "rating" varchar, "description" text, "release_date" datetime, "created_at" datetime, "updated_at" datetime) 
 (6.2ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (8.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (7.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (10.4ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar) 
 (6.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (6.8ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (7.5ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (6.4ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar) 
 (7.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (8.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.3ms)  SELECT version FROM "schema_migrations"
 (5.9ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"]]
 (7.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"]]
 (6.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"]]
 (7.5ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"]]
 (7.5ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"]]
 (8.5ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"]]
 (5.6ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"]]
 (5.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"]]
 (7.6ms)  commit transaction

Started GET “/” for 129.81.217.87 at 2017-10-10 19:21:47 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.217.87 at 2017-10-10 19:21:47 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.4ms)

Completed 200 OK in 245ms (Views: 233.4ms | ActiveRecord: 0.7ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.217.87 at 2017-10-10 19:21:47 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/6” for 129.81.217.87 at 2017-10-10 19:21:58 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"6"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 6]]
Rendered bikes/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 29ms (Views: 16.2ms | ActiveRecord: 0.2ms)

Started GET “/bikes/favicon.ico” for 129.81.217.87 at 2017-10-10 19:21:58 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 0]]

Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'id'=favicon):

app/controllers/bikes_controller.rb:6:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (31.2ms)

Started GET “/bikes/favicon.ico” for 129.81.217.87 at 2017-10-10 19:21:58 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 0]]

Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'id'=favicon):

app/controllers/bikes_controller.rb:6:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (24.3ms)

Started GET “/bikes” for 129.81.217.87 at 2017-10-10 19:22:01 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.1ms)

Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.3ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.217.87 at 2017-10-10 19:22:01 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

 (9.5ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar) 
 (8.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (7.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (4.5ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (8.3ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar) 
 (7.4ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (8.3ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (7.2ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"]]
 (7.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"]]
 (6.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"]]
 (7.4ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"]]
 (6.4ms)  commit transaction

Started GET “/” for 129.81.217.87 at 2017-10-10 19:22:58 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.217.87 at 2017-10-10 19:22:58 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.2ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (11.9ms)

Completed 200 OK in 195ms (Views: 184.9ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.217.87 at 2017-10-10 19:23:00 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.2ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (2.0ms)

Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.2ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.217.87 at 2017-10-10 19:23:00 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

 (10.7ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar) 
 (9.8ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (9.3ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (6.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (9.8ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar) 
 (6.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (8.7ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (8.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"]]
 (7.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"]]
 (6.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"]]
 (6.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"]]
 (5.3ms)  commit transaction

Started GET “/” for 129.81.217.87 at 2017-10-10 19:25:17 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.217.87 at 2017-10-10 19:25:17 +0000 Cannot render console from 129.81.217.87! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.2ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (11.2ms)

Completed 200 OK in 201ms (Views: 189.2ms | ActiveRecord: 0.6ms)

Started GET “/” for 184.190.92.147 at 2017-10-18 19:59:22 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 19:59:23 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (57.9ms)

Completed 200 OK in 591ms (Views: 569.9ms | ActiveRecord: 1.2ms)

Started GET “/assets/normalize.self-ca82ae4e32be14ed6a8b877c61be0c6c17483a753727779fdaf40754f74c6d86.css?body=1” for 184.190.92.147 at 2017-10-18 19:59:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 184.190.92.147 at 2017-10-18 19:59:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-44a47fbb031ff1c359fd741563630985ac9962c0af8d6a8926124f31c096cbe4.css?body=1” for 184.190.92.147 at 2017-10-18 19:59:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 184.190.92.147 at 2017-10-18 19:59:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 184.190.92.147 at 2017-10-18 19:59:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 184.190.92.147 at 2017-10-18 19:59:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 184.190.92.147 at 2017-10-18 19:59:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1” for 184.190.92.147 at 2017-10-18 19:59:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/rsz_rentul_logo-5c35aeb51b3c82d276c2914bee33ada2add72354581794d91445fd7f7a43bcf9.jpg” for 184.190.92.147 at 2017-10-18 19:59:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 184.190.92.147 at 2017-10-18 19:59:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 19:59:46 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (1.1ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (5.2ms)

Completed 200 OK in 46ms (Views: 44.2ms | ActiveRecord: 1.1ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 19:59:47 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (8.3ms)

Completed 200 OK in 124ms (Views: 121.7ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 19:59:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (6.9ms)

Completed 200 OK in 162ms (Views: 160.1ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 19:59:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.7ms)

Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 19:59:51 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (4.9ms)

Completed 200 OK in 38ms (Views: 36.9ms | ActiveRecord: 0.5ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 19:59:53 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 147ms (Views: 116.5ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 19:59:56 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.6ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (5.9ms)

Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.6ms)

 (13.0ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar) 
 (11.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.2ms)  select sqlite_version(*)
 (14.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (10.5ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (18.0ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar) 
 (14.8ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.2ms)  select sqlite_version(*)
 (13.6ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (10.2ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.6ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"]]
 (15.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"]]
 (9.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"]]
 (10.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"]]
 (11.8ms)  commit transaction

Started GET “/” for 184.190.92.147 at 2017-10-18 20:21:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:21:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.9ms)

Completed 200 OK in 289ms (Views: 277.2ms | ActiveRecord: 0.7ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:21:38 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (11.2ms)

Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.3ms)

ActionView::Template::Error (undefined method `picture' for #<Bike:0x007fb5791e6140> Did you mean? capture):

   6: <!-- Lists description of the desired bike -->
   7: <div class="bike">
   8:   <div class="container">
   9:     <img src="<%= @bike.picture %>" alt="Picture of Bike">
  10:     <h2><%= @bike.bikeid %></h2>
  11:     <p1>
  12:       This bike is a <%= @bike.size %> cm <%= @bike.color %> <%= @bike.style %> bike in <%= @bike.condition %> condition.<br>
app/views/bikes/show.html.erb:9:in `_app_views_bikes_show_html_erb___3938749696358664666_70208698856060'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (73.4ms)

Started GET “/” for 184.190.92.147 at 2017-10-18 20:23:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:23:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (30.8ms)

Completed 200 OK in 414ms (Views: 400.2ms | ActiveRecord: 0.9ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:23:19 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (10.2ms)

Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.3ms)

ActionView::Template::Error (undefined method `picture' for #<Bike:0x007fc569224878> Did you mean? capture):

   6: <!-- Lists description of the desired bike -->
   7: <div class="bike">
   8:   <div class="container">
   9:     <!-- <img src="<%= @bike.picture %>" alt="Picture of Bike"> -->
  10:     <h2><%= @bike.bikeid %></h2>
  11:     <p1>
  12:       This bike is a <%= @bike.size %> cm <%= @bike.color %> <%= @bike.style %> bike in <%= @bike.condition %> condition.<br>
app/views/bikes/show.html.erb:9:in `_app_views_bikes_show_html_erb__1085748718413158558_70242924496440'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (35.5ms)

Started GET “/” for 184.190.92.147 at 2017-10-18 20:27:46 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:27:46 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.7ms)

Completed 200 OK in 281ms (Views: 267.7ms | ActiveRecord: 0.7ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:27:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 44ms (Views: 25.2ms | ActiveRecord: 0.4ms)

Started GET “/bikes/1/switchAvailability” for 184.190.92.147 at 2017-10-18 20:27:52 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."id" = ?  [["availability", "f"], ["id", 1]]
 (10.9ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (0.7ms)

Completed 200 OK in 39ms (Views: 24.2ms | ActiveRecord: 11.4ms)

Started GET “/bikes/1/favicon.ico” for 184.190.92.147 at 2017-10-18 20:27:52 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/bikes/1/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (25.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (73.0ms)

Started GET “/bikes/1/favicon.ico” for 184.190.92.147 at 2017-10-18 20:27:53 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/bikes/1/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (38.7ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:28:00 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.2ms)

Started GET “/bikes/1/switchAvailability” for 184.190.92.147 at 2017-10-18 20:28:02 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."id" = ?  [["availability", "t"], ["id", 1]]
 (31.6ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (0.3ms)

Completed 200 OK in 72ms (Views: 36.3ms | ActiveRecord: 32.3ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:28:03 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:28:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (6.0ms)

Completed 200 OK in 31ms (Views: 28.4ms | ActiveRecord: 0.4ms)

Started GET “/” for 184.190.92.147 at 2017-10-18 20:29:01 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:29:01 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.7ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (29.5ms)

Completed 200 OK in 367ms (Views: 354.3ms | ActiveRecord: 1.1ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:29:03 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (82.9ms)

Completed 500 Internal Server Error in 101ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (undefined method `picture' for #<Bike:0x007f26612031e8> Did you mean? capture):

   8:   <div class="container">
   9:     
  10:     <h2><%= @bike.bikeid %></h2>
  11:     <h2><%= @bike.picture %></h2>
  12:     <p1>
  13:       This bike is a <%= @bike.size %> cm <%= @bike.color %> <%= @bike.style %> bike in <%= @bike.condition %> condition.<br>
  14:       It is currently located at <%= @bike.location %>. <br>
app/views/bikes/show.html.erb:11:in `_app_views_bikes_show_html_erb__2832410732161074949_69901407427160'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (44.4ms)
 (20.5ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.2ms)  select sqlite_version(*)
 (19.7ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.2ms)  begin transaction
 (0.8ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (22.6ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.8ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (17.9ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (12.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (13.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://images-na.ssl-images-amazon.com/images/I/81Qu3SCXAbL._SX355_.jpg"]]
 (14.9ms)  commit transaction

Started GET “/” for 184.190.92.147 at 2017-10-18 20:31:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:31:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (39.3ms)

Completed 200 OK in 435ms (Views: 416.0ms | ActiveRecord: 1.1ms)

Started GET “/bikes/2” for 184.190.92.147 at 2017-10-18 20:31:18 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (2.1ms)

Completed 200 OK in 116ms (Views: 92.3ms | ActiveRecord: 0.6ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:31:58 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 222ms (Views: 194.4ms | ActiveRecord: 0.6ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:34:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (2.7ms)

Completed 200 OK in 344ms (Views: 301.3ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 184.190.92.147 at 2017-10-18 20:34:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:35:10 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (3.8ms)

Completed 200 OK in 347ms (Views: 308.9ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 184.190.92.147 at 2017-10-18 20:35:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:35:13 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.7ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.4ms)

Completed 200 OK in 51ms (Views: 49.6ms | ActiveRecord: 0.7ms)

Started GET “/bikes/2” for 184.190.92.147 at 2017-10-18 20:35:14 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 53ms (Views: 51.4ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:35:20 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (4.5ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.3ms)

Started GET “/bikes/3” for 184.190.92.147 at 2017-10-18 20:35:22 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"3"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 3]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 42ms (Views: 41.3ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:35:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (5.6ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.3ms)

Started GET “/bikes/4” for 184.190.92.147 at 2017-10-18 20:35:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"4"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 4]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:35:30 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.9ms)

Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.4ms)

Started GET “/bikes/2” for 184.190.92.147 at 2017-10-18 20:35:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:35:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.1ms)

Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.3ms)

Started GET “/” for 184.190.92.147 at 2017-10-18 20:41:56 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:41:56 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.8ms)

Completed 200 OK in 242ms (Views: 231.1ms | ActiveRecord: 0.7ms)

Started GET “/” for 184.190.92.147 at 2017-10-18 20:44:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:44:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (30.8ms)

Completed 200 OK in 267ms (Views: 248.3ms | ActiveRecord: 1.1ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:44:27 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 30ms (Views: 19.7ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:44:54 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.3ms)

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.3ms)

Started GET “/bikes/2” for 184.190.92.147 at 2017-10-18 20:44:55 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.1ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:44:58 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.9ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (5.4ms)

Completed 200 OK in 48ms (Views: 46.3ms | ActiveRecord: 0.9ms)

Started GET “/bikes/3” for 184.190.92.147 at 2017-10-18 20:45:00 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"3"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 3]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:45:02 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.1ms)

Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.3ms)

Started GET “/bikes/4” for 184.190.92.147 at 2017-10-18 20:45:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"4"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 4]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:45:05 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.4ms)

 (15.1ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (13.5ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.2ms)  select sqlite_version(*)
 (14.8ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.3ms)  SELECT version FROM "schema_migrations"
 (11.1ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (17.1ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (14.5ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (10.4ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (7.8ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (8.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (11.8ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://images-na.ssl-images-amazon.com/images/I/81Qu3SCXAbL._SX355_.jpg"]]
 (9.6ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.2ms)  begin transaction
SQL (0.6ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (12.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (10.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (19.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://images-na.ssl-images-amazon.com/images/I/81Qu3SCXAbL._SX355_.jpg"]]
 (12.0ms)  commit transaction

Started GET “/” for 184.190.92.147 at 2017-10-18 20:46:36 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:46:37 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.2ms)

Completed 200 OK in 363ms (Views: 347.7ms | ActiveRecord: 0.7ms)

 (13.0ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (10.2ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (12.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (12.2ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (17.1ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (12.5ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (11.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.3ms)  SELECT version FROM "schema_migrations"
 (10.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (22.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (21.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (17.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (11.5ms)  commit transaction

Started GET “/” for 184.190.92.147 at 2017-10-18 20:47:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:47:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.9ms)

Completed 200 OK in 330ms (Views: 317.0ms | ActiveRecord: 0.7ms)

Started GET “/bikes/4” for 184.190.92.147 at 2017-10-18 20:47:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"4"}
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 4]]
Rendered bikes/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 56ms (Views: 40.4ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:47:28 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.7ms)

Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.3ms)

Started GET “/bikes/2” for 184.190.92.147 at 2017-10-18 20:47:29 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 37ms (Views: 35.8ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:47:33 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (6.9ms)

Completed 200 OK in 76ms (Views: 74.7ms | ActiveRecord: 0.4ms)

Started GET “/bikes/2” for 184.190.92.147 at 2017-10-18 20:47:51 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 51ms (Views: 48.4ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:47:53 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.0ms)

Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.4ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:47:54 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.1ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:47:58 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (4.3ms)

Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.3ms)

Started GET “/bikes/2” for 184.190.92.147 at 2017-10-18 20:48:18 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 101ms (Views: 98.4ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:48:19 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (4.8ms)

Completed 200 OK in 46ms (Views: 44.9ms | ActiveRecord: 0.3ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-18 20:48:21 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 50ms (Views: 45.8ms | ActiveRecord: 0.7ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-18 20:48:39 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (8.0ms)

Completed 200 OK in 74ms (Views: 71.7ms | ActiveRecord: 0.5ms)

Started GET “/” for 129.81.216.232 at 2017-10-18 22:02:28 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.216.232 at 2017-10-18 22:02:29 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.6ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (48.0ms)

Completed 200 OK in 391ms (Views: 374.1ms | ActiveRecord: 1.2ms)

Started GET “/bikes/2” for 129.81.216.232 at 2017-10-18 22:02:32 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 38ms (Views: 19.1ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 129.81.216.232 at 2017-10-18 22:02:35 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.2ms)

Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.3ms)

Started GET “/bikes/1” for 129.81.216.232 at 2017-10-18 22:02:36 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.232 at 2017-10-18 22:02:38 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (4.8ms)

Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.3ms)

Started GET “/bikes/4” for 129.81.216.232 at 2017-10-18 22:02:40 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"4"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 4]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 77ms (Views: 75.3ms | ActiveRecord: 0.1ms)

Started GET “/bikes” for 129.81.216.232 at 2017-10-18 22:02:46 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.6ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (4.3ms)

Completed 200 OK in 47ms (Views: 35.9ms | ActiveRecord: 0.6ms)

Started GET “/bikes/2” for 129.81.216.232 at 2017-10-18 22:02:52 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.1ms)

Started GET “/bikes/2/switchAvailability” for 129.81.216.232 at 2017-10-18 22:02:55 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"2"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."id" = ?  [["availability", "f"], ["id", 2]]
 (10.0ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (1.1ms)

Completed 200 OK in 46ms (Views: 31.1ms | ActiveRecord: 10.5ms)

Started GET “/bikes/2/favicon.ico” for 129.81.216.232 at 2017-10-18 22:02:55 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/bikes/2/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (16.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (64.4ms)

Started GET “/bikes/2/favicon.ico” for 129.81.216.232 at 2017-10-18 22:02:55 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/bikes/2/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (33.0ms)

Started GET “/bikes/2” for 129.81.216.232 at 2017-10-18 22:02:58 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"2"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 2]]
Rendered bikes/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.232 at 2017-10-18 22:02:59 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.7ms)

Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.3ms)

Started GET “/” for 129.81.216.232 at 2017-10-18 22:22:01 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.216.232 at 2017-10-18 22:22:01 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (37.6ms)

Completed 200 OK in 360ms (Views: 346.9ms | ActiveRecord: 0.9ms)

Started GET “/bikes/1” for 129.81.216.232 at 2017-10-18 22:22:22 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 33ms (Views: 18.7ms | ActiveRecord: 0.3ms)

Started GET “/bikes/1/switchAvailability” for 129.81.216.232 at 2017-10-18 22:22:27 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."id" = ?  [["availability", "f"], ["id", 1]]
 (17.0ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (0.8ms)

Completed 200 OK in 51ms (Views: 28.8ms | ActiveRecord: 17.7ms)

Started GET “/” for 129.81.216.232 at 2017-10-18 22:35:39 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.216.232 at 2017-10-18 22:35:39 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (36.0ms)

Completed 200 OK in 347ms (Views: 330.5ms | ActiveRecord: 1.2ms)

Started GET “/bikes/1” for 129.81.216.232 at 2017-10-18 22:35:41 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 29ms (Views: 18.8ms | ActiveRecord: 0.3ms)

Started GET “/” for 129.81.216.232 at 2017-10-18 22:55:51 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.216.232 at 2017-10-18 22:55:51 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (33.2ms)

Completed 200 OK in 343ms (Views: 327.5ms | ActiveRecord: 1.0ms)

Started GET “/bikes/1” for 129.81.216.232 at 2017-10-18 22:55:53 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 37ms (Views: 24.9ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.232 at 2017-10-18 22:55:55 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (3.7ms)

Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.3ms)

Started GET “/” for 129.81.216.232 at 2017-10-18 23:17:20 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.216.232 at 2017-10-18 23:17:20 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (36.2ms)

Completed 200 OK in 335ms (Views: 319.5ms | ActiveRecord: 0.7ms)

Started GET “/bikes/1” for 129.81.216.232 at 2017-10-18 23:17:25 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 43ms (Views: 23.7ms | ActiveRecord: 0.5ms)

Started GET “/bikes/1/switchAvailability” for 129.81.216.232 at 2017-10-18 23:17:37 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (0.5ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."id" = ?  [["availability", "t"], ["id", 1]]
 (17.3ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (1.0ms)

Completed 200 OK in 51ms (Views: 28.2ms | ActiveRecord: 18.1ms)

Started GET “/bikes/1” for 129.81.216.232 at 2017-10-18 23:17:40 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.2ms)

Started GET “/bikes/1/switchAvailability” for 129.81.216.232 at 2017-10-18 23:17:42 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."id" = ?  [["availability", "f"], ["id", 1]]
 (17.9ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (0.3ms)

Completed 200 OK in 68ms (Views: 45.2ms | ActiveRecord: 18.5ms)

Started GET “/bikes/1” for 129.81.216.232 at 2017-10-18 23:17:43 +0000 Cannot render console from 129.81.216.232! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 20:35:48 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:35:49 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (36.4ms)

Completed 200 OK in 337ms (Views: 322.5ms | ActiveRecord: 0.7ms)

Started GET “/bikes/1” for 129.81.78.195 at 2017-10-20 20:35:53 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 52ms (Views: 28.8ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:35:56 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (4.7ms)

Completed 200 OK in 47ms (Views: 45.8ms | ActiveRecord: 0.4ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 20:38:00 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:38:00 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (49.2ms)

Completed 200 OK in 479ms (Views: 455.2ms | ActiveRecord: 1.9ms)

Started GET “/bikes/1” for 129.81.78.195 at 2017-10-20 20:38:02 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 90ms (Views: 69.2ms | ActiveRecord: 0.5ms)

Started GET “/bikes/1/switchAvailability” for 129.81.78.195 at 2017-10-20 20:39:03 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (0.6ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."id" = ?  [["availability", "t"], ["id", 1]]
 (13.7ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (1.3ms)

Completed 200 OK in 225ms (Views: 204.1ms | ActiveRecord: 14.7ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 20:41:56 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.4ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:41:57 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (44.1ms)

Completed 200 OK in 465ms (Views: 441.4ms | ActiveRecord: 1.3ms)

Started GET “/bikes/1” for 129.81.78.195 at 2017-10-20 20:42:00 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (1.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (2.4ms)

Completed 200 OK in 193ms (Views: 42.9ms | ActiveRecord: 1.0ms)

Started GET “/bikes/1/switchAvailability” for 129.81.78.195 at 2017-10-20 20:42:02 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (0.6ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."id" = ?  [["availability", nil], ["id", 1]]
 (261.6ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (7.5ms)

Completed 200 OK in 329ms (Views: 58.5ms | ActiveRecord: 262.7ms)

Started GET “/bikes/1” for 129.81.78.195 at 2017-10-20 20:42:05 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 147ms (Views: 143.7ms | ActiveRecord: 0.3ms)

Started GET “/bikes/1/switchAvailability” for 129.81.78.195 at 2017-10-20 20:42:06 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (0.4ms)

Completed 200 OK in 110ms (Views: 104.1ms | ActiveRecord: 0.6ms)

Started GET “/bikes/1” for 129.81.78.195 at 2017-10-20 20:42:10 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 59ms (Views: 55.4ms | ActiveRecord: 0.3ms)

Started GET “/bikes/1/switchAvailability” for 129.81.78.195 at 2017-10-20 20:42:12 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (0.4ms)

Completed 200 OK in 43ms (Views: 38.0ms | ActiveRecord: 0.5ms)

Started GET “/bikes/1” for 129.81.78.195 at 2017-10-20 20:42:14 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 51ms (Views: 48.8ms | ActiveRecord: 0.2ms)

Started GET “/bikes/1/switchAvailability” for 129.81.78.195 at 2017-10-20 20:42:15 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (0.3ms)

Completed 200 OK in 37ms (Views: 33.6ms | ActiveRecord: 0.5ms)

Started GET “/bikes/1” for 129.81.78.195 at 2017-10-20 20:42:17 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 26ms (Views: 23.2ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 20:43:10 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:43:11 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (35.3ms)

Completed 200 OK in 334ms (Views: 320.2ms | ActiveRecord: 1.2ms)

Started GET “/bikes/1” for 129.81.78.195 at 2017-10-20 20:43:14 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (2.0ms)

Completed 200 OK in 71ms (Views: 51.5ms | ActiveRecord: 0.5ms)

Started GET “/bikes/1/switchAvailability” for 129.81.78.195 at 2017-10-20 20:47:40 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (45.4ms)

Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (undefined method `echo' for #<#<Class:0x00000005301ab0>:0x00000004cf0180>):

  2:   <h1>Bikes</h1>
  3:   <a href="<%= bikes_path %>">Return to Bikes</a>
  4: </nav>
  5: <%= echo flash[:newAvailability] %>
  6: <h1>The bike's availability is now <%= flash[:newAvailability] %>.</h1>
  7: <p>Click <a href="<%= bikes_path %>/<%= @bike.id %>">here</a> to return to previous page.</p>
app/views/bikes/switchAvailability.html.erb:5:in `_app_views_bikes_switch_vailability_html_erb___1680741672469326026_40211380'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.9ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 20:48:01 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:48:02 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (36.6ms)

Completed 200 OK in 453ms (Views: 435.8ms | ActiveRecord: 1.1ms)

Started GET “/bikes/1” for 129.81.78.195 at 2017-10-20 20:48:04 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 36ms (Views: 24.6ms | ActiveRecord: 0.4ms)

Started GET “/bikes/1/switchAvailability” for 129.81.78.195 at 2017-10-20 20:48:08 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (1.4ms)

Completed 200 OK in 137ms (Views: 133.4ms | ActiveRecord: 0.4ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 20:54:01 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:54:02 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (43.2ms)

Completed 200 OK in 320ms (Views: 302.2ms | ActiveRecord: 1.1ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 20:54:26 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:54:26 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 2 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (41.8ms)

Completed 200 OK in 401ms (Views: 388.4ms | ActiveRecord: 0.8ms)

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 20:54:30 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 2 OFFSET 2
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.6ms)

Completed 200 OK in 42ms (Views: 40.2ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:54:35 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 2 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.9ms)

Completed 200 OK in 60ms (Views: 58.3ms | ActiveRecord: 0.7ms)

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 20:54:49 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 2 OFFSET 2
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (38.7ms)

Completed 200 OK in 100ms (Views: 97.6ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:54:52 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 2 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.1ms)

Completed 200 OK in 64ms (Views: 61.1ms | ActiveRecord: 0.6ms)

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 20:54:54 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 2 OFFSET 2
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.3ms)

Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:55:00 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 2 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.4ms)

Completed 200 OK in 59ms (Views: 56.7ms | ActiveRecord: 0.8ms)

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.8ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (19.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (16.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (16.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (15.7ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.2ms)  begin transaction
SQL (0.7ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (28.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (30.7ms)  commit transaction
 (1.3ms)  begin transaction
SQL (0.7ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (22.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (28.1ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (12.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (10.2ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (9.5ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.7ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (12.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.9ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (15.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (9.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (15.2ms)  commit transaction

Started GET “/” for 129.81.78.195 at 2017-10-20 20:55:50 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:55:50 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (42.9ms)

Completed 200 OK in 342ms (Views: 329.6ms | ActiveRecord: 1.0ms)

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 20:55:54 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.4ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (30.0ms)

Completed 200 OK in 67ms (Views: 63.9ms | ActiveRecord: 1.0ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 20:58:15 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 20:58:16 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (45.3ms)

Completed 200 OK in 434ms (Views: 414.0ms | ActiveRecord: 1.1ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 21:08:41 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:08:41 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (74.5ms)

Completed 200 OK in 515ms (Views: 490.0ms | ActiveRecord: 1.2ms)

Started GET “/assets/application.self-f7bea225d50d5cf7e27c14ba7b4c8ffe3b3e0bd86a32a446b6cc435be57fb92b.css?body=1” for 129.81.78.195 at 2017-10-20 21:08:42 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:08:48 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.3ms)

Completed 200 OK in 64ms (Views: 60.7ms | ActiveRecord: 0.7ms)

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.2ms)  begin transaction
SQL (0.8ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (15.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (15.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (20.4ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (15.4ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.2ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (18.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (17.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (14.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (11.3ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (13.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (10.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (9.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (8.9ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.2ms)  begin transaction
SQL (0.6ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (38.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (29.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (32.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.7ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (30.2ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (14.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (13.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (14.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (25.9ms)  commit transaction

Started GET “/” for 129.81.78.195 at 2017-10-20 21:09:31 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:09:31 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (92.7ms)

Completed 200 OK in 483ms (Views: 461.5ms | ActiveRecord: 1.3ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 21:10:34 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:10:35 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (49.3ms)

Completed 200 OK in 305ms (Views: 292.1ms | ActiveRecord: 1.2ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 21:11:04 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.4ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:11:04 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.4ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (83.3ms)

Completed 200 OK in 467ms (Views: 444.5ms | ActiveRecord: 1.8ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 21:13:36 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:13:37 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (65.4ms)

Completed 200 OK in 380ms (Views: 363.5ms | ActiveRecord: 1.4ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 21:14:21 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:14:22 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (51.2ms)

Completed 200 OK in 270ms (Views: 256.8ms | ActiveRecord: 1.1ms)

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:14:36 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (39.4ms)

Completed 200 OK in 71ms (Views: 69.5ms | ActiveRecord: 0.7ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 21:15:21 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:15:22 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (73.5ms)

Completed 200 OK in 427ms (Views: 404.8ms | ActiveRecord: 1.3ms)

Started GET “/assets/application.self-869fdf591b4506c041f6513e97afb89ed4fdea7eebdc228bc8dd8c02a26729f4.css?body=1” for 129.81.78.195 at 2017-10-20 21:15:22 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:15:24 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (33.0ms)

Completed 200 OK in 67ms (Views: 64.7ms | ActiveRecord: 0.9ms)

Started GET “/bikes?page=3” for 129.81.78.195 at 2017-10-20 21:15:27 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"3"}
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 20
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (65.5ms)

Completed 200 OK in 154ms (Views: 150.3ms | ActiveRecord: 0.9ms)

Started GET “/bikes?page=4” for 129.81.78.195 at 2017-10-20 21:15:29 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"4"}
Bike Load (0.8ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 30
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (40.0ms)

Completed 200 OK in 97ms (Views: 94.8ms | ActiveRecord: 1.1ms)

Started GET “/bikes?page=3” for 129.81.78.195 at 2017-10-20 21:15:31 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"3"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 20
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (36.7ms)

Completed 200 OK in 59ms (Views: 56.4ms | ActiveRecord: 0.6ms)

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:15:33 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.3ms)

Completed 200 OK in 48ms (Views: 46.3ms | ActiveRecord: 0.5ms)

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:15:53 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.3ms)

Completed 200 OK in 56ms (Views: 54.9ms | ActiveRecord: 0.6ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:15:53 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:16:18 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.5ms)

Completed 200 OK in 51ms (Views: 48.8ms | ActiveRecord: 0.6ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 21:18:33 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:18:33 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (39.7ms)

Completed 200 OK in 258ms (Views: 245.8ms | ActiveRecord: 1.0ms)

Started GET “/assets/application.self-f0c80ed2069b4badb3d167cde8d8f743ba682696f057497faa5e8a70c55ef70d.css?body=1” for 129.81.78.195 at 2017-10-20 21:18:33 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:18:36 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.1ms)

Completed 200 OK in 37ms (Views: 36.1ms | ActiveRecord: 0.4ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 21:20:12 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:20:12 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (54.7ms)

Completed 200 OK in 351ms (Views: 336.7ms | ActiveRecord: 1.2ms)

Started GET “/assets/application.self-ab9a9b1c28fca799f9fa5a36f5e2b7bced4034bd2f7f966d40c0fd47a4079e04.css?body=1” for 129.81.78.195 at 2017-10-20 21:20:12 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:20:17 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (36.5ms)

Completed 200 OK in 101ms (Views: 99.1ms | ActiveRecord: 0.9ms)

Started GET “/” for 129.81.78.195 at 2017-10-20 21:20:44 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:20:44 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (3.4ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (68.9ms)

Completed 200 OK in 348ms (Views: 330.3ms | ActiveRecord: 4.3ms)

Started GET “/assets/application.self-21d9ec5bf7074dfc8e4504cd6f729fa6d397eb31f18829a8e5c464c2dc2518d4.css?body=1” for 129.81.78.195 at 2017-10-20 21:20:44 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:20:52 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.7ms)

Completed 200 OK in 45ms (Views: 42.9ms | ActiveRecord: 0.7ms)

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:22:16 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (64.6ms)

Completed 200 OK in 137ms (Views: 134.8ms | ActiveRecord: 0.8ms)

Started GET “/assets/application.self-b842fbde1adb2b44f1bc61cdef05a889a2cdb9b8a24e21e4ec4670b906ece5e6.css?body=1” for 129.81.78.195 at 2017-10-20 21:22:16 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:22:33 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.4ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (54.2ms)

Completed 200 OK in 107ms (Views: 104.0ms | ActiveRecord: 0.9ms)

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:22:35 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.6ms)

Completed 200 OK in 57ms (Views: 55.2ms | ActiveRecord: 0.7ms)

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:22:39 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.9ms)

Completed 200 OK in 61ms (Views: 59.1ms | ActiveRecord: 0.9ms)

Started GET “/assets/application.self-677d44a6d122ad0f9e75c31f285a5f2e7a662bb46c1696cdfa1779758edf0018.css?body=1” for 129.81.78.195 at 2017-10-20 21:22:39 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?page=3” for 129.81.78.195 at 2017-10-20 21:22:50 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"3"}
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 20
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (33.5ms)

Completed 200 OK in 63ms (Views: 60.8ms | ActiveRecord: 0.9ms)

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:22:52 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.0ms)

Completed 200 OK in 46ms (Views: 44.5ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:23:43 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.4ms)

Completed 200 OK in 52ms (Views: 50.5ms | ActiveRecord: 0.5ms)

Started GET “/assets/application.self-7048820cc509fe38bdbe7690d083a6e21e8090a85ea893ab07c3ebcbb1efb656.css?body=1” for 129.81.78.195 at 2017-10-20 21:23:43 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:23:44 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:23:46 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (28.8ms)

Completed 200 OK in 57ms (Views: 54.9ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:23:46 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:23:52 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.6ms)

Completed 200 OK in 44ms (Views: 42.5ms | ActiveRecord: 0.6ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:23:52 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:23:54 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.8ms)

Completed 200 OK in 65ms (Views: 64.1ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:23:54 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.78.195 at 2017-10-20 21:24:15 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:24:16 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (43.4ms)

Completed 200 OK in 288ms (Views: 275.6ms | ActiveRecord: 1.0ms)

Started GET “/assets/application.self-aeba099089ecc1057611776c432346b9265cf9db89b69aa840da32da58823fc2.css?body=1” for 129.81.78.195 at 2017-10-20 21:24:16 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:24:27 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.6ms)

Completed 200 OK in 41ms (Views: 40.1ms | ActiveRecord: 0.5ms)

Started GET “/bikes?page=3” for 129.81.78.195 at 2017-10-20 21:24:31 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"3"}
Bike Load (1.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 20
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (46.3ms)

Completed 200 OK in 76ms (Views: 73.2ms | ActiveRecord: 1.8ms)

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:24:35 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (1.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (40.6ms)

Completed 200 OK in 92ms (Views: 89.5ms | ActiveRecord: 1.8ms)

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:24:52 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.4ms)

Completed 200 OK in 49ms (Views: 47.4ms | ActiveRecord: 0.4ms)

Started GET “/assets/application.self-6a9871d1f18b5fe2d7bc634ed9c63e4c52ed3072d0d9c3f62c47d49c3340ee1b.css?body=1” for 129.81.78.195 at 2017-10-20 21:24:53 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:24:53 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:24:54 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.2ms)

Completed 200 OK in 45ms (Views: 43.0ms | ActiveRecord: 0.8ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:24:55 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:24:56 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (44.2ms)

Completed 200 OK in 78ms (Views: 75.8ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:24:57 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:25:12 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.9ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (53.0ms)

Completed 200 OK in 122ms (Views: 119.9ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:25:12 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:25:14 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.8ms)

Completed 200 OK in 52ms (Views: 49.8ms | ActiveRecord: 0.8ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:25:15 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:25:26 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.8ms)

Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.5ms)

Started GET “/assets/application.self-b884ae21a928179ba2bca8a21060a2142772b8e9bffa69b81645248e44814aec.css?body=1” for 129.81.78.195 at 2017-10-20 21:25:26 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:25:27 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:25:42 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.1ms)

Completed 200 OK in 67ms (Views: 65.6ms | ActiveRecord: 0.8ms)

Started GET “/assets/application.self-8dae8587cf9a22b0d82e4bd97a0199ab8a188034295984a338e836a464bb1e3c.css?body=1” for 129.81.78.195 at 2017-10-20 21:25:43 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:25:43 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:26:01 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.1ms)

Completed 200 OK in 36ms (Views: 34.5ms | ActiveRecord: 0.5ms)

Started GET “/assets/application.self-893e5cb8f77af39c53e679243c63955804eb891d0af21df3caefd0439f14c97f.css?body=1” for 129.81.78.195 at 2017-10-20 21:26:01 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:26:01 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:26:03 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.5ms)

Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.7ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:26:03 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:27:40 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (18.6ms)

Completed 200 OK in 45ms (Views: 43.3ms | ActiveRecord: 0.6ms)

Started GET “/assets/application.self-7fa73b3f5c61fa7829c649456ce128f82fe53730b65b83274ee1d96f65c6f0aa.css?body=1” for 129.81.78.195 at 2017-10-20 21:27:40 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:28:05 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.7ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (42.7ms)

Completed 200 OK in 88ms (Views: 85.2ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 129.81.78.195 at 2017-10-20 21:28:05 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.78.195 at 2017-10-20 21:29:03 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 129.81.78.195 at 2017-10-20 21:29:03 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (62.2ms)

Completed 200 OK in 423ms (Views: 405.0ms | ActiveRecord: 1.6ms)

Started GET “/assets/application.self-df0916d51ffb461ac9c949360f463acb923232082235e4a3a128f06fd2744138.css?body=1” for 129.81.78.195 at 2017-10-20 21:29:03 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?page=2” for 129.81.78.195 at 2017-10-20 21:29:13 +0000 Cannot render console from 129.81.78.195! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 10
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (40.3ms)

Completed 200 OK in 82ms (Views: 78.7ms | ActiveRecord: 0.9ms)

Started GET “/” for 184.190.92.147 at 2017-10-23 01:33:28 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/bikes” for 184.190.92.147 at 2017-10-23 01:33:28 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (67.0ms)

Completed 200 OK in 418ms (Views: 403.9ms | ActiveRecord: 1.1ms)

Started GET “/assets/application.self-60feae00aab731fddb6b032e4d25da3980a6ae440b95d85b216c4c7e52688c36.css?body=1” for 184.190.92.147 at 2017-10-23 01:33:29 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-2076ceeb8dca6913905558947e208161252b023ab6c101b318654fdc580fd838.js” for 184.190.92.147 at 2017-10-23 01:33:29 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-10-23 01:33:41 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.0ms)

Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-23 01:33:42 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (1.2ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (46.7ms)

Completed 200 OK in 82ms (Views: 78.9ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-23 01:33:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.8ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.7ms)

Completed 200 OK in 59ms (Views: 57.1ms | ActiveRecord: 1.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-23 01:33:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.9ms)

Completed 200 OK in 48ms (Views: 46.0ms | ActiveRecord: 0.5ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-23 01:33:45 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (2.1ms)

Completed 200 OK in 59ms (Views: 34.5ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-23 01:33:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.3ms)

Completed 200 OK in 50ms (Views: 48.8ms | ActiveRecord: 0.6ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-10-23 01:33:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.1ms)

Started GET “/bikes/1/switchAvailability” for 184.190.92.147 at 2017-10-23 01:33:50 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.2ms)  begin transaction
SQL (0.5ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."id" = ?  [["availability", "t"], ["id", 1]]
 (9.9ms)  commit transaction
Rendered bikes/switchAvailability.html.erb within layouts/application (1.2ms)

Completed 200 OK in 43ms (Views: 26.9ms | ActiveRecord: 10.8ms)

Started GET “/bikes” for 184.190.92.147 at 2017-10-23 01:33:54 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.0ms)

Completed 200 OK in 54ms (Views: 52.6ms | ActiveRecord: 0.9ms)

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "firstName" varchar, "lastName" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (10.1ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (8.3ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (7.7ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "firstName" varchar, "lastName" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
 (8.8ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (6.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (7.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171025181019')
 (7.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')

Started GET “/” for 129.81.216.208 at 2017-11-01 18:21:01 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

ActiveRecord::PendingMigrationError (

Migrations are pending. To resolve this issue, run:

bin/rake db:migrate RAILS_ENV=development

):

activerecord (4.2.5) lib/active_record/migration.rb:392:in `check_pending!'
activerecord (4.2.5) lib/active_record/migration.rb:373:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.5ms)
 (10.3ms)  DROP TABLE "bikes"
 (6.9ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (6.2ms)  DROP TABLE "renters"
 (7.8ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "firstName" varchar, "lastName" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar) 
 (0.1ms)  select sqlite_version(*)
 (6.7ms)  CREATE UNIQUE INDEX "index_renters_on_email" ON "renters" ("email")
 (0.2ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'



 (6.9ms)  CREATE UNIQUE INDEX "index_renters_on_reset_password_token" ON "renters" ("reset_password_token")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (7.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171101004858')
 (8.8ms)  DROP TABLE "bikes"
 (7.2ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (8.1ms)  DROP TABLE "renters"
 (6.6ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "firstName" varchar, "lastName" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar) 
 (0.1ms)  select sqlite_version(*)
 (9.2ms)  CREATE UNIQUE INDEX "index_renters_on_email" ON "renters" ("email")
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'



 (6.9ms)  CREATE UNIQUE INDEX "index_renters_on_reset_password_token" ON "renters" ("reset_password_token")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (5.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171101004858')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (7.3ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (6.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (6.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (7.8ms)  commit transaction

Started GET “/” for 129.81.216.208 at 2017-11-01 18:40:21 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.5ms)

Completed 200 OK in 640ms (Views: 621.8ms | ActiveRecord: 0.0ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/normalize.self-ca82ae4e32be14ed6a8b877c61be0c6c17483a753727779fdaf40754f74c6d86.css?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-60feae00aab731fddb6b032e4d25da3980a6ae440b95d85b216c4c7e52688c36.css?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/rsz_rentul_logo-5c35aeb51b3c82d276c2914bee33ada2add72354581794d91445fd7f7a43bcf9.jpg” for 129.81.216.208 at 2017-11-01 18:40:22 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.216.208 at 2017-11-01 18:40:23 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.216.208 at 2017-11-01 18:40:26 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.216.208 at 2017-11-01 18:40:26 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.0ms)

Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.208 at 2017-11-01 18:40:27 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (160.8ms)

Completed 200 OK in 192ms (Views: 187.2ms | ActiveRecord: 0.9ms)

Started GET “/home” for 129.81.216.208 at 2017-11-01 18:40:32 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (uninitialized constant HomesController):

activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `const_get'
activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `block in constantize'
activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
omniauth (1.7.1) lib/omniauth/strategy.rb:190:in `call!'
omniauth (1.7.1) lib/omniauth/strategy.rb:168:in `call'
omniauth (1.7.1) lib/omniauth/builder.rb:63:in `call'
warden (1.2.7) lib/warden/manager.rb:36:in `block in call'
warden (1.2.7) lib/warden/manager.rb:35:in `catch'
warden (1.2.7) lib/warden/manager.rb:35:in `call'
rack (1.6.8) lib/rack/etag.rb:24:in `call'
rack (1.6.8) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.8) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.8) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.8) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.6ms)

Started GET “/” for 129.81.216.208 at 2017-11-01 18:40:38 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.216.208 at 2017-11-01 18:40:39 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.0ms)

Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.208 at 2017-11-01 18:40:40 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (6.4ms)

Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.5ms)

Started GET “/” for 129.81.216.208 at 2017-11-01 18:40:42 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 20ms (Views: 19.9ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.208 at 2017-11-01 18:40:52 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (6.2ms)

Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.4ms)

Started GET “/bikes/3” for 129.81.216.208 at 2017-11-01 18:40:54 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"3"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 3]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/show.html.erb within layouts/application (2.0ms)

Completed 200 OK in 38ms (Views: 21.8ms | ActiveRecord: 0.3ms)

Started GET “/bikes/favicon.ico” for 129.81.216.208 at 2017-11-01 18:40:56 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 0]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'id'=favicon):

app/controllers/bikes_controller.rb:8:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.4ms)

Started GET “/” for 129.81.216.208 at 2017-11-01 18:43:02 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 331ms (Views: 313.1ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.208 at 2017-11-01 18:43:04 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (63.5ms)

Completed 200 OK in 127ms (Views: 121.7ms | ActiveRecord: 0.9ms)

Started GET “/” for 129.81.216.208 at 2017-11-01 18:43:06 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.208 at 2017-11-01 18:43:08 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (6.1ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.4ms)

Started GET “/” for 129.81.216.208 at 2017-11-01 18:43:35 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.208 at 2017-11-01 18:43:37 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (18.3ms)

Completed 200 OK in 56ms (Views: 50.8ms | ActiveRecord: 1.0ms)

Started GET “/” for 129.81.216.208 at 2017-11-01 18:43:51 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.208 at 2017-11-01 18:44:04 +0000 Cannot render console from 129.81.216.208! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (10.7ms)

Completed 200 OK in 55ms (Views: 53.1ms | ActiveRecord: 0.6ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 19:40:38 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (3.3ms)

Completed 200 OK in 435ms (Views: 411.7ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-01 19:40:40 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.8ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (163.1ms)

Completed 200 OK in 225ms (Views: 220.0ms | ActiveRecord: 1.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 19:40:41 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (50.6ms)
Rendered bikes/new.html.erb within layouts/application (54.8ms)

Completed 200 OK in 104ms (Views: 102.5ms | ActiveRecord: 0.0ms)

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 19:40:44 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lcusx+WmSyk3CUAW9lkLOnmjzqjkcZj8Wt8Rw9B2cb5TKNqdDtnLo8qD2JIb+AyesiavZbZZE3a9HRtSDw3AjA==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 15ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 19:40:44 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (3.7ms)
Rendered bikes/new.html.erb within layouts/application (5.5ms)

Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 19:48:51 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (3.8ms)
Rendered bikes/new.html.erb within layouts/application (5.7ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:75: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:77: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:75: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:77: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (41.0ms)

Started GET “/bikes/” for 184.190.92.147 at 2017-11-01 19:48:59 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (6.0ms)

Completed 500 Internal Server Error in 184ms (ActiveRecord: 0.4ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:75: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:77: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:75: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:77: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.0ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 19:49:16 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:75: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:77: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:75: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:77: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.1ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 19:52:59 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.7ms)

Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.9ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 19:53:47 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.2ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 19:54:28 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.6ms)

Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (40.6ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 19:55:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.4ms)

Completed 200 OK in 524ms (Views: 500.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 20:02:23 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (32.1ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 20:02:46 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (42.1ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 20:04:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.1ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 20:04:37 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.0ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 20:04:52 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 51ms (Views: 50.2ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:04:52 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 184.190.92.147 at 2017-11-01 20:05:12 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:05:12 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 184.190.92.147 at 2017-11-01 20:05:13 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:05:13 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-11-01 20:05:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (73.5ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (160.6ms)

Completed 200 OK in 197ms (Views: 118.9ms | ActiveRecord: 74.2ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:05:16 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (114.2ms)
Rendered bikes/new.html.erb within layouts/application (117.3ms)

Completed 200 OK in 145ms (Views: 144.2ms | ActiveRecord: 0.0ms)

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:05:18 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mtRXoY9c9gXugE3op0udKRZL6YQNSSshXSbrF8dyji1cNyH7ZCN2jxMK1WxK6pqN3c6ISV9hoKu65OGGGAk/Hw==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 12ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:05:18 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (4.8ms)
Rendered bikes/new.html.erb within layouts/application (7.1ms)

Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:05:42 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_form.html.erb (5.2ms)
Rendered bikes/new.html.erb within layouts/application (7.6ms)

Completed 200 OK in 644ms (Views: 643.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:05:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:05:44 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DhQ7s3mj3eNTEAdZMCPS1EbiFpFQXJBvUEkPDM7xkxHI903pktxdaa6an93dgtVwjWd3XAJ0G+W3iwWdEYoiIw==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 9ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:05:44 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (87.3ms)
Rendered bikes/new.html.erb within layouts/application (89.5ms)

Completed 200 OK in 121ms (Views: 120.3ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:06:54 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (3.4ms)
Rendered bikes/new.html.erb within layouts/application (5.1ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/layouts/application.html.erb:74: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/layouts/application.html.erb:76: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.7ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:07:57 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (194.6ms)
Rendered bikes/new.html.erb within layouts/application (196.7ms)

Completed 200 OK in 220ms (Views: 219.8ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:07:57 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:08:03 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ww20+RmBm89tm05FcAuEPTjVCjd+BbMhZkUIHhk1X8YF7sKj8v4bRZAR1sGdqoOZ81Br+iwtOKuBhwKPxk7u9A==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 10ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:08:03 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (6.7ms)
Rendered bikes/new.html.erb within layouts/application (59.7ms)

Completed 200 OK in 86ms (Views: 85.3ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:08:36 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (11.9ms)
Rendered bikes/new.html.erb within layouts/application (13.8ms)

Completed 200 OK in 47ms (Views: 45.3ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:08:36 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:08:38 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zb3HXMeKON3zt6g/Uyjk3RyrFBRAuLmwXy0gzE3zB4QLXrEGLPW4Vw49MLu+ieN51y512RKQMjq47ypdkoi2tg==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 10ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:08:38 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (4.0ms)
Rendered bikes/new.html.erb within layouts/application (6.2ms)

Completed 200 OK in 45ms (Views: 44.3ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:09:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (120.8ms)
Rendered bikes/new.html.erb within layouts/application (122.8ms)

Completed 200 OK in 147ms (Views: 146.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:09:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:09:13 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wddf9YA15BAi5IQp1g+1rQTzijBpF+vzXZ2bU0LrJK6fNCmva0pkmt9uHK07rrIJz3br/Ts/YHm6X5HCnZCVnA==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 7ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:09:13 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_form.html.erb (4.8ms)
Rendered bikes/new.html.erb within layouts/application (7.1ms)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:09:26 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (5.0ms)
Rendered bikes/new.html.erb within layouts/application (6.8ms)

Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:09:27 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:09:28 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"AW/f4Hpxe5S8OI0Ghie8ZY7mq2SMou6ckv5Yuqdo6nLHjKm6kQ77HkGyFYJrhrvBRWPKqd6KZRZ1PFIreBNbQA==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 15ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:09:28 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_form.html.erb (5.4ms)
Rendered bikes/new.html.erb within layouts/application (7.9ms)

Completed 200 OK in 125ms (Views: 123.8ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:10:53 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Rendered bikes/_bike_form.html.erb (4.2ms)
Rendered bikes/new.html.erb within layouts/application (6.0ms)

Completed 200 OK in 29ms (Views: 28.6ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:10:53 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:10:55 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fLaSS7O5F5g2Wf75/EkeBhGsmvTyYn+LgEog8uZObie6VeQRWMaXEsvTZn0R6Bmi2in7OaBK9AFniCpjOTXfFQ==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 7ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:10:55 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (4.1ms)
Rendered bikes/new.html.erb within layouts/application (6.3ms)

Completed 200 OK in 128ms (Views: 127.4ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:11:47 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (4.7ms)
Rendered bikes/new.html.erb within layouts/application (6.5ms)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:11:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:11:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rYPhPbuoq/ZCE32YGzvjpE2s8F0aznYleY5DGPxD66drYJdnUNcrfL+Z5Rz2muQAhimRkEjm/a+eTEmJIzhalQ==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 7ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:11:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (5.0ms)
Rendered bikes/new.html.erb within layouts/application (7.1ms)

Completed 200 OK in 30ms (Views: 29.7ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:26:01 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Rendered bikes/_bike_form.html.erb (4.3ms)
Rendered bikes/new.html.erb within layouts/application (6.2ms)

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:26:02 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:26:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cvJ9q5261Bh4N12CnpF8IvSyDqMnNG7DucQOOpXZg1W0EQvxdsVUkoW9xQZzMHuGPzdvbnUc5UleBgSrSqIyZw==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 7ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:26:05 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (4.3ms)
Rendered bikes/new.html.erb within layouts/application (6.6ms)

Completed 200 OK in 205ms (Views: 204.7ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:30:18 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_form.html.erb (23.0ms)
Rendered bikes/new.html.erb within layouts/application (26.5ms)

Completed 200 OK in 73ms (Views: 60.4ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:30:19 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:30:20 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tE0XPf4V3T8OvDcIve3BCpKBxppzkLf9pQ0ueWtlnRZyrmFnFWpdtfM2r4xQTMauWQSnVyG4PHdCzyTotB4sJA==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 12ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:30:20 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_form.html.erb (6.7ms)
Rendered bikes/new.html.erb within layouts/application (9.3ms)

Completed 200 OK in 52ms (Views: 50.7ms | ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:32:33 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (3.8ms)
Rendered bikes/new.html.erb within layouts/application (6.0ms)

Completed 200 OK in 38ms (Views: 28.7ms | ActiveRecord: 0.6ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-01 20:32:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:32:35 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jlgdynrbd30+63PVTpJqUmnS35EqW3mqnUQ5MbuFEhpIu2uQkaT398Nh61GjM232ole+XHhz8iB6hjOgZP6jKA==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 7ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:32:35 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (3.9ms)
Rendered bikes/new.html.erb within layouts/application (6.1ms)

Completed 200 OK in 28ms (Views: 27.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 184.190.92.147 at 2017-11-01 20:45:19 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.3ms)

Completed 200 OK in 427ms (Views: 404.0ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-01 20:45:21 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (192.1ms)

Completed 200 OK in 274ms (Views: 266.5ms | ActiveRecord: 1.1ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:45:23 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_form.html.erb (122.7ms)
Rendered bikes/new.html.erb within layouts/application (128.7ms)

Completed 200 OK in 162ms (Views: 159.7ms | ActiveRecord: 0.0ms)

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:45:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rnudfpeSdCPTXGN8n+N31Hvks45GBZHIEdzCW0ufXfRomOskfO30qS7W+/hyQnBwsGHSQxQtGkL2HsjKlOTsxg==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 13ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:45:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.6ms)
Rendered bikes/_bike_form.html.erb (5.1ms)
Rendered bikes/new.html.erb within layouts/application (9.6ms)

Completed 200 OK in 44ms (Views: 42.9ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-01 20:48:35 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.5ms)
Bike Load (4.0ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (32.1ms)

Completed 200 OK in 127ms (Views: 116.2ms | ActiveRecord: 4.9ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:48:36 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (3.7ms)
Rendered bikes/new.html.erb within layouts/application (5.8ms)

Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.0ms)

Started POST “/bikes” for 184.190.92.147 at 2017-11-01 20:48:38 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RcoXH3JFl05kWwwrSlBXHHHLPRLvzTqsXn3s4TkT46KDKWFFmToXxJnRlK+n8VC4uk5c373lsSa5v+Zw5mhSkA==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 14ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 184.190.92.147 at 2017-11-01 20:48:38 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (4.8ms)
Rendered bikes/new.html.erb within layouts/application (6.8ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.188.93 at 2017-11-01 22:02:03 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.7ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.9ms)

Completed 200 OK in 399ms (Views: 379.3ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.188.93 at 2017-11-01 22:02:07 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.3ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (191.2ms)

Completed 200 OK in 260ms (Views: 253.9ms | ActiveRecord: 1.0ms)

Started GET “/bikes/new” for 129.81.188.93 at 2017-11-01 22:02:10 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (51.2ms)
Rendered bikes/new.html.erb within layouts/application (56.4ms)

Completed 200 OK in 85ms (Views: 82.9ms | ActiveRecord: 0.0ms)

Started POST “/bikes” for 129.81.188.93 at 2017-11-01 22:02:11 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5x45m72wixadrdLFk+nosQoM1Fp1rLPv+6BRPWN2trsh/U/BVs8LnGAnSkF+SO8VwYm1lyeEOGUcYlusvA0HiQ==", "bike"=>{"bikeid"=>"", "serialnumber"=>"", "rating"=>"Poor", "condition"=>"Poor", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"11", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"", "color"=>"", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"11", "lastcheck(3i)"=>"1", "location"=>"", "fare"=>"", "accessories"=>"", "picture"=>""}, "commit"=>"Add Bike"}

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/new Completed 302 Found in 10ms (ActiveRecord: 0.0ms)

Started GET “/bikes/new” for 129.81.188.93 at 2017-11-01 22:02:12 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_form.html.erb (5.4ms)
Rendered bikes/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 43ms (Views: 41.6ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.188.93 at 2017-11-01 22:02:16 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (7.4ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.5ms)

Started GET “/bikes/1” for 129.81.188.93 at 2017-11-01 22:02:17 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.6ms)
Rendered bikes/show.html.erb within layouts/application (2.2ms)

Completed 200 OK in 40ms (Views: 23.9ms | ActiveRecord: 0.3ms)

Started GET “/bikes/1/edit” for 129.81.188.93 at 2017-11-01 22:02:20 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#edit as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_form.html.erb (4.1ms)
Rendered bikes/edit.html.erb within layouts/application (7.5ms)

Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes/1/favicon.ico” for 129.81.188.93 at 2017-11-01 22:02:20 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/bikes/1/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (50.4ms)

Started GET “/bikes/1/favicon.ico” for 129.81.188.93 at 2017-11-01 22:02:20 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/bikes/1/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.4ms)

Started PATCH “/bikes/1” for 129.81.188.93 at 2017-11-01 22:02:26 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#update as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QX5QzsjT/yWJ9utrNw/5wrd59zq0e5Qmy381z6XYiMyHnSaUI6x/r3R8c+/arv5mfPyW9+ZTH6wsvT9eeqM5/g==", "bike"=>{"bikeid"=>"A1000", "serialnumber"=>"12345", "rating"=>"Good", "condition"=>"Good", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"9", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"abc", "color"=>"yellow", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"10", "lastcheck(3i)"=>"1", "location"=>"Stanley Thomas", "fare"=>"2.5", "accessories"=>"None", "picture"=>"http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"}, "commit"=>"Update Bike", "id"=>"1"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "size" = ?, "maintenance" = ?, "lastcheck" = ? WHERE "bikes"."id" = ?  [["size", "abc"], ["maintenance", "2017-09-01 00:00:00.000000"], ["lastcheck", "2017-10-01 00:00:00.000000"], ["id", 1]]
 (9.1ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/1 Completed 302 Found in 16ms (ActiveRecord: 9.7ms)

Started GET “/bikes/1” for 129.81.188.93 at 2017-11-01 22:02:26 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 39ms (Views: 38.0ms | ActiveRecord: 0.2ms)

Started GET “/bikes/1/edit” for 129.81.188.93 at 2017-11-01 22:02:34 +0000 Cannot render console from 129.81.188.93! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#edit as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (5.4ms)
Rendered bikes/edit.html.erb within layouts/application (8.2ms)

Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 22:21:57 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.3ms)

Completed 200 OK in 368ms (Views: 349.4ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.217.126 at 2017-11-01 22:21:59 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (95.4ms)

Completed 200 OK in 158ms (Views: 151.9ms | ActiveRecord: 1.2ms)

Started GET “/bikes/1” for 129.81.217.126 at 2017-11-01 22:22:01 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.6ms)
Rendered bikes/show.html.erb within layouts/application (7.5ms)

Completed 200 OK in 261ms (Views: 67.0ms | ActiveRecord: 0.4ms)

Started GET “/bikes/1/edit” for 129.81.217.126 at 2017-11-01 22:22:03 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#edit as HTML

Parameters: {"id"=>"1"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (34.1ms)
Rendered bikes/edit.html.erb within layouts/application (38.8ms)

Completed 200 OK in 66ms (Views: 65.1ms | ActiveRecord: 0.1ms)

Started PATCH “/bikes/1” for 129.81.217.126 at 2017-11-01 22:22:16 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#update as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GdpWey4IwhA5iCG1O7baEFrI+WHigdk4+pSzJoIPV9nfOSAhxXdCmsQCuTHWF920kU2YrLCpUrIdVrm3XXTm6w==", "bike"=>{"bikeid"=>"A1000", "serialnumber"=>"", "rating"=>"Good", "condition"=>"Good", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"9", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"abc", "color"=>"yellow", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"10", "lastcheck(3i)"=>"1", "location"=>"Stanley Thomas", "fare"=>"2.5", "accessories"=>"None", "picture"=>"http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"}, "commit"=>"Update Bike", "id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/1/edit Completed 302 Found in 11ms (ActiveRecord: 0.4ms)

Started GET “/bikes/1/edit” for 129.81.217.126 at 2017-11-01 22:22:16 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#edit as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (6.5ms)
Rendered bikes/edit.html.erb within layouts/application (9.3ms)

Completed 200 OK in 43ms (Views: 41.4ms | ActiveRecord: 0.2ms)

Started GET “/bikes/1/edit” for 129.81.217.126 at 2017-11-01 22:22:50 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#edit as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/_bike_form.html.erb (9.3ms)
Rendered bikes/edit.html.erb within layouts/application (13.5ms)

Completed 200 OK in 59ms (Views: 45.4ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.217.126 at 2017-11-01 22:22:50 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started PATCH “/bikes/1” for 129.81.217.126 at 2017-11-01 22:22:52 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#update as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lc1gM+QiKA7CeP1mpGKFVauOFDu5oSKmFSau+IPd7OdTLhZpD12ohD/yZeJJw4LxYAt19uuJqSzy5KRpXKZd1Q==", "bike"=>{"bikeid"=>"A1000", "serialnumber"=>"12345", "rating"=>"Good", "condition"=>"Good", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"9", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"abc", "color"=>"yellow", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"10", "lastcheck(3i)"=>"1", "location"=>"Stanley Thomas", "fare"=>"2.5", "accessories"=>"None", "picture"=>"http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"}, "commit"=>"Update Bike", "id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/1/edit Completed 302 Found in 8ms (ActiveRecord: 0.4ms)

Started GET “/bikes/1/edit” for 129.81.217.126 at 2017-11-01 22:22:53 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#edit as HTML

Parameters: {"id"=>"1"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (5.4ms)
Rendered bikes/edit.html.erb within layouts/application (7.8ms)

Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.1ms)

Started PATCH “/bikes/1” for 129.81.217.126 at 2017-11-01 22:23:06 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#update as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"7aeNPCMiA4Uq7c3r9+ie7fkgdOolPsQUaIHQPZH1eVUrRPtmyF2DD9dnVW8aSZlJMqUVJ3cWT56PQ9qsTo7IZw==", "bike"=>{"bikeid"=>"A1000", "serialnumber"=>"12345", "rating"=>"Good", "condition"=>"Good", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"9", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"32", "color"=>"yellow", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"10", "lastcheck(3i)"=>"1", "location"=>"Stanley Thomas", "fare"=>"", "accessories"=>"None", "picture"=>"http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"}, "commit"=>"Update Bike", "id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/1/edit Completed 302 Found in 15ms (ActiveRecord: 0.3ms)

Started GET “/bikes/1/edit” for 129.81.217.126 at 2017-11-01 22:23:06 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#edit as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_form.html.erb (6.2ms)
Rendered bikes/edit.html.erb within layouts/application (11.2ms)

Completed 200 OK in 57ms (Views: 56.0ms | ActiveRecord: 0.2ms)

Started PATCH “/bikes/1” for 129.81.217.126 at 2017-11-01 22:23:16 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#update as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6havAeNFTg3aOGbCDXz+hETolvBS9whM3mHBpTCOM1ss9dlbCDrOhyey/kbg3fkgj233PQDfg8Y5o8s07/WCaQ==", "bike"=>{"bikeid"=>"A1000", "serialnumber"=>"12345", "rating"=>"Good", "condition"=>"Good", "maintenance(1i)"=>"2017", "maintenance(2i)"=>"9", "maintenance(3i)"=>"1", "style"=>"Mountain", "size"=>"32", "color"=>"yellow", "availability"=>"true", "lastcheck(1i)"=>"2017", "lastcheck(2i)"=>"10", "lastcheck(3i)"=>"1", "location"=>"Stanley Thomas", "fare"=>"2.5", "accessories"=>"None", "picture"=>"http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"}, "commit"=>"Update Bike", "id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (1.8ms)  UPDATE "bikes" SET "size" = ? WHERE "bikes"."id" = ?  [["size", "32"], ["id", 1]]
 (9.0ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/1 Completed 302 Found in 19ms (ActiveRecord: 11.2ms)

Started GET “/bikes/1” for 129.81.217.126 at 2017-11-01 22:23:17 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 49ms (Views: 47.7ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.217.126 at 2017-11-01 22:23:20 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (10.2ms)

Completed 200 OK in 133ms (Views: 131.1ms | ActiveRecord: 0.5ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 22:26:14 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.7ms)

Completed 200 OK in 362ms (Views: 342.1ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 22:26:18 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (1.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (26.1ms)

Completed 200 OK in 85ms (Views: 82.0ms | ActiveRecord: 1.6ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 23:18:24 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.1ms)

Completed 200 OK in 352ms (Views: 334.0ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:18:25 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (25.2ms)

Completed 200 OK in 81ms (Views: 79.4ms | ActiveRecord: 0.6ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 23:19:41 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 316ms (Views: 298.1ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.217.126 at 2017-11-01 23:19:43 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (66.1ms)

Completed 200 OK in 128ms (Views: 122.9ms | ActiveRecord: 1.0ms)

Started GET “/bikes/new” for 129.81.217.126 at 2017-11-01 23:19:45 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (52.9ms)
Rendered bikes/new.html.erb within layouts/application (58.7ms)

Completed 200 OK in 99ms (Views: 97.3ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:20:10 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/index.html.erb within layouts/application (8.3ms)

Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (Missing partial renters/_bike_nav, application/_bike_nav with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/devise-4.3.0/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: <%= render :partial => 'bike_nav' %>
  2: 
  3: 
  4: <!--Displays table listing attributes for all bikes -->
app/views/renters/index.html.erb:1:in `_app_views_renters_index_html_erb___4275684489527783807_69904436027780'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (36.3ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 23:20:56 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 385ms (Views: 367.6ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.217.126 at 2017-11-01 23:20:58 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (61.2ms)

Completed 200 OK in 127ms (Views: 122.0ms | ActiveRecord: 0.9ms)

Started GET “/bikes/new” for 129.81.217.126 at 2017-11-01 23:21:00 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Rendered bikes/_bike_form.html.erb (36.3ms)
Rendered bikes/new.html.erb within layouts/application (40.4ms)

Completed 200 OK in 65ms (Views: 64.7ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:23:22 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (1.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (9.8ms)

Completed 200 OK in 40ms (Views: 37.9ms | ActiveRecord: 0.8ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:23:25 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (11.3ms)
Rendered renters/new.html.erb within layouts/application (15.1ms)

Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.2ms)

ActionView::Template::Error (undefined method `name' for #<Renter:0x007f6f42439348>):

   7:     
   8:     <tr>
   9:         <td><%= f.label :name, 'Firstname Lastname' %></td>
  10:         <td><%= f.text_area :name %></td>
  11:     </tr>
  12:     
  13:     <tr>
app/views/renters/_renter_form.html.erb:10:in `_app_views_renters__renter_form_html_erb___2906077284958911015_70057915365900'
app/views/renters/new.html.erb:7:in `block in _app_views_renters_new_html_erb___2134491803665577782_70057915316460'
app/views/renters/new.html.erb:5:in `_app_views_renters_new_html_erb___2134491803665577782_70057915316460'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.6ms)

Started GET “/renters/favicon.ico” for 129.81.217.126 at 2017-11-01 23:23:25 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as

Parameters: {"id"=>"favicon"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 0]]

Completed 404 Not Found in 21ms (ActiveRecord: 0.3ms)

ActiveRecord::RecordNotFound (Couldn't find Renter with 'id'=favicon):

app/controllers/renters_controller.rb:8:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.8ms)
 (9.7ms)  DROP TABLE "bikes"
 (6.8ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (7.5ms)  DROP TABLE "renters"
 (8.6ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "firstName" varchar, "lastName" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar) 
 (0.2ms)  select sqlite_version(*)
 (6.2ms)  CREATE UNIQUE INDEX "index_renters_on_email" ON "renters" ("email")
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'



 (7.1ms)  CREATE UNIQUE INDEX "index_renters_on_reset_password_token" ON "renters" ("reset_password_token")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (7.3ms)  DROP TABLE "bikes"
 (7.3ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (7.3ms)  DROP TABLE "renters"
 (5.9ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "firstName" varchar, "lastName" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar) 
 (0.1ms)  select sqlite_version(*)
 (8.0ms)  CREATE UNIQUE INDEX "index_renters_on_email" ON "renters" ("email")
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'

 (11.4ms)  CREATE UNIQUE INDEX "index_renters_on_reset_password_token" ON "renters" ("reset_password_token")
 (0.1ms)  SELECT version FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_reset_password_token' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_reset_password_token' AND type='index'



 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (26.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (5.6ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (5.7ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (5.6ms)  commit transaction

Started GET “/” for 129.81.217.126 at 2017-11-01 23:28:31 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 292ms (Views: 274.5ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:28:33 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (19.1ms)

Completed 200 OK in 74ms (Views: 72.1ms | ActiveRecord: 0.6ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:28:35 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (1.3ms)
Rendered renters/_renter_form.html.erb (38.7ms)
Rendered renters/new.html.erb within layouts/application (43.0ms)

Completed 500 Internal Server Error in 80ms (ActiveRecord: 0.3ms)

ActionView::Template::Error (undefined method `name' for #<Renter:0x007fd89ceeab48>):

   7:     
   8:     <tr>
   9:         <td><%= f.label :name, 'Firstname Lastname' %></td>
  10:         <td><%= f.text_area :name %></td>
  11:     </tr>
  12:     
  13:     <tr>
app/views/renters/_renter_form.html.erb:10:in `_app_views_renters__renter_form_html_erb___3341039967913355061_70284165766040'
app/views/renters/new.html.erb:7:in `block in _app_views_renters_new_html_erb__3044989274218065232_70284165540000'
app/views/renters/new.html.erb:5:in `_app_views_renters_new_html_erb__3044989274218065232_70284165540000'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.6ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 23:29:09 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 306ms (Views: 288.6ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:29:11 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (19.6ms)

Completed 200 OK in 76ms (Views: 73.9ms | ActiveRecord: 0.5ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:29:13 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (42.3ms)
Rendered renters/new.html.erb within layouts/application (46.8ms)

Completed 500 Internal Server Error in 86ms (ActiveRecord: 1.3ms)

ActionView::Template::Error (undefined method `provider' for #<Renter:0x007f1f7ce86410>):

   7:     
   8:     <tr>
   9:         <td><%= f.label :provider, 'Provider' %></td>
  10:         <td><%= f.text_area :provider %></td>
  11:     </tr>
  12:     
  13:     <tr>
app/views/renters/_renter_form.html.erb:10:in `_app_views_renters__renter_form_html_erb___929891006525011044_69886612879440'
app/views/renters/new.html.erb:7:in `block in _app_views_renters_new_html_erb___3926147916325869639_69886612653620'
app/views/renters/new.html.erb:5:in `_app_views_renters_new_html_erb___3926147916325869639_69886612653620'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.6ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 23:29:40 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:29:41 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.4ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:29:42 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (9.5ms)
Rendered renters/new.html.erb within layouts/application (11.3ms)

Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `provider' for #<Renter:0x007f1f7ee7c7d8>):

  4:     
  5:     <tr>
  6:         <td><%= f.label :provider, 'Provider' %></td>
  7:         <td><%= f.text_area :provider %></td>
  8:     </tr>
  9:     <tr>
 10:         <td><%= f.label :renterID, 'Identification Number' %></td>
app/views/renters/_renter_form.html.erb:7:in `_app_views_renters__renter_form_html_erb___929891006525011044_69886624949120'
app/views/renters/new.html.erb:7:in `block in _app_views_renters_new_html_erb___3926147916325869639_69886612653620'
app/views/renters/new.html.erb:5:in `_app_views_renters_new_html_erb___3926147916325869639_69886612653620'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.5ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 23:36:42 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 389ms (Views: 312.9ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:36:43 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.9ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (20.4ms)

Completed 200 OK in 78ms (Views: 76.0ms | ActiveRecord: 0.7ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:36:44 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_form.html.erb (43.5ms)
Rendered renters/new.html.erb within layouts/application (47.3ms)

Completed 500 Internal Server Error in 91ms (ActiveRecord: 1.4ms)

ActionView::Template::Error (undefined method `name' for #<Renter:0x007f8c74e78c88>):

   7:     
   8:     <tr>
   9:         <td><%= f.label :name, 'Firstname Lastname' %></td>
  10:         <td><%= f.text_area :name %></td>
  11:     </tr>
  12:     
  13:     <tr>
app/views/renters/_renter_form.html.erb:10:in `_app_views_renters__renter_form_html_erb___3894714479804336695_70120621461900'
app/views/renters/new.html.erb:7:in `block in _app_views_renters_new_html_erb___1779105778703072244_70120621186700'
app/views/renters/new.html.erb:5:in `_app_views_renters_new_html_erb___1779105778703072244_70120621186700'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.6ms)
 (9.2ms)  DROP TABLE "bikes"
 (7.8ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (6.4ms)  DROP TABLE "renters"
 (8.7ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "firstName" varchar, "lastName" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar) 
 (0.1ms)  select sqlite_version(*)
 (6.4ms)  CREATE UNIQUE INDEX "index_renters_on_email" ON "renters" ("email")
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'



 (6.9ms)  CREATE UNIQUE INDEX "index_renters_on_reset_password_token" ON "renters" ("reset_password_token")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (7.7ms)  DROP TABLE "bikes"
 (7.4ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (7.1ms)  DROP TABLE "renters"
 (7.3ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "firstName" varchar, "lastName" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar) 
 (0.1ms)  select sqlite_version(*)
 (9.1ms)  CREATE UNIQUE INDEX "index_renters_on_email" ON "renters" ("email")
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'

 (8.5ms)  CREATE UNIQUE INDEX "index_renters_on_reset_password_token" ON "renters" ("reset_password_token")
 (0.1ms)  SELECT version FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_reset_password_token' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_reset_password_token' AND type='index'



 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (7.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (6.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (7.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (7.2ms)  commit transaction

Started GET “/” for 129.81.217.126 at 2017-11-01 23:37:29 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 310ms (Views: 292.9ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:37:31 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (23.3ms)

Completed 200 OK in 176ms (Views: 173.6ms | ActiveRecord: 0.5ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:37:32 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_form.html.erb (45.0ms)
Rendered renters/new.html.erb within layouts/application (50.2ms)

Completed 500 Internal Server Error in 93ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (undefined method `name' for #<Renter:0x007fb4e8e374d0>):

   7:     
   8:     <tr>
   9:         <td><%= f.label :name, 'Firstname Lastname' %></td>
  10:         <td><%= f.text_area :name %></td>
  11:     </tr>
  12:     
  13:     <tr>
app/views/renters/_renter_form.html.erb:10:in `_app_views_renters__renter_form_html_erb___4452091350846777699_70207493856960'
app/views/renters/new.html.erb:7:in `block in _app_views_renters_new_html_erb__2040706017653102052_70207493295220'
app/views/renters/new.html.erb:5:in `_app_views_renters_new_html_erb__2040706017653102052_70207493295220'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (37.9ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:38:17 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.4ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:38:19 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.2ms)

Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.217.126 at 2017-11-01 23:38:19 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.7ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.6ms)

Completed 200 OK in 45ms (Views: 41.4ms | ActiveRecord: 0.7ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 23:38:31 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 296ms (Views: 278.1ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.217.126 at 2017-11-01 23:38:33 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.8ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (56.3ms)

Completed 200 OK in 114ms (Views: 109.3ms | ActiveRecord: 0.9ms)

Started GET “/bikes/new” for 129.81.217.126 at 2017-11-01 23:38:34 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#new as HTML

Rendered bikes/_bike_nav.html.erb (1.3ms)
Rendered bikes/_bike_form.html.erb (35.8ms)
Rendered bikes/new.html.erb within layouts/application (40.4ms)

Completed 200 OK in 66ms (Views: 64.9ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:39:29 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (7.1ms)

Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.8ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:41:19 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.2ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.7ms)

Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.5ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:41:20 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_form.html.erb (11.8ms)
Rendered renters/new.html.erb within layouts/application (15.1ms)

Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (undefined method `name' for #<Renter:0x007fb1365bc658>):

   7:     
   8:     <tr>
   9:         <td><%= f.label :name, 'Firstname Lastname' %></td>
  10:         <td><%= f.text_area :name %></td>
  11:     </tr>
  12:     
  13:     <tr>
app/views/renters/_renter_form.html.erb:10:in `_app_views_renters__renter_form_html_erb__597817295101311540_70199549441040'
app/views/renters/new.html.erb:7:in `block in _app_views_renters_new_html_erb__2790146720404902411_70199549391620'
app/views/renters/new.html.erb:5:in `_app_views_renters_new_html_erb__2790146720404902411_70199549391620'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.1ms)
 (8.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (8.1ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (9.5ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "provider" varchar, "name" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (6.2ms)  commit transaction

Migrating to AddDeviseToRenters (20171101004858)

 (0.1ms)  begin transaction
 (0.5ms)  ALTER TABLE "renters" ADD "encrypted_password" varchar DEFAULT '' NOT NULL
 (0.2ms)  ALTER TABLE "renters" ADD "reset_password_token" varchar
 (0.1ms)  ALTER TABLE "renters" ADD "reset_password_sent_at" datetime
 (0.1ms)  ALTER TABLE "renters" ADD "remember_created_at" datetime
 (0.2ms)  ALTER TABLE "renters" ADD "sign_in_count" integer DEFAULT 0 NOT NULL
 (0.1ms)  ALTER TABLE "renters" ADD "current_sign_in_at" datetime
 (0.1ms)  ALTER TABLE "renters" ADD "last_sign_in_at" datetime
 (0.1ms)  ALTER TABLE "renters" ADD "current_sign_in_ip" varchar
 (0.1ms)  ALTER TABLE "renters" ADD "last_sign_in_ip" varchar
 (5.8ms)  CREATE UNIQUE INDEX "index_renters_on_email" ON "renters" ("email")
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'

 (0.2ms)  CREATE UNIQUE INDEX "index_renters_on_reset_password_token" ON "renters" ("reset_password_token")
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171101004858"]]
 (8.1ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_reset_password_token' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_reset_password_token' AND type='index'



 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:44:00 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.7ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (63.8ms)

Completed 200 OK in 99ms (Views: 96.8ms | ActiveRecord: 1.1ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:44:01 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (9.6ms)

Completed 200 OK in 42ms (Views: 40.4ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 129.81.217.126 at 2017-11-01 23:44:02 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.5ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (8.0ms)

Completed 200 OK in 45ms (Views: 39.7ms | ActiveRecord: 0.7ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:44:03 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.8ms)

Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.217.126 at 2017-11-01 23:44:04 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (4.4ms)

Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.4ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 23:44:12 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 33ms (Views: 32.7ms | ActiveRecord: 0.0ms)

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (7.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (6.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (6.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (7.2ms)  commit transaction

Started GET “/” for 129.81.217.126 at 2017-11-01 23:44:35 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 358ms (Views: 334.7ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:44:37 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (1.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (21.2ms)

Completed 200 OK in 80ms (Views: 77.1ms | ActiveRecord: 0.6ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:44:39 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (1.6ms)
Rendered renters/_renter_form.html.erb (34.1ms)
Rendered renters/new.html.erb within layouts/application (40.5ms)

Completed 200 OK in 118ms (Views: 69.3ms | ActiveRecord: 0.9ms)

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:44:45 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by Devise::RegistrationsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3elhzBxKXqR1VWOUThDIMDW4zmiwkMsGBIe5fSUAG2YbCheW9zXeLojf+xCjsc+U/j2vpeK4QIzjRbPs+nuqVA==", "renter"=>{"renterID"=>"", "name"=>"", "provider"=>"", "cCN"=>"", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>""}, "commit"=>"Add User"}

Unpermitted parameters: renterID, name, provider, cCN, birthday(1i), birthday(2i), birthday(3i)

 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/devise-4.3.0/app/views/devise/shared/_links.html.erb (5.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/devise-4.3.0/app/views/devise/registrations/new.html.erb within layouts/application (30.4ms)

Completed 200 OK in 74ms (Views: 52.4ms | ActiveRecord: 0.2ms)

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:45:19 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by Devise::RegistrationsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4TgI3Gio2LLObNm7LTHaZxIifE0jjWVidvdstX/edv4n236Gg9dYODPmQT/AkN3D2acdgHGl7uiRNWYkoKXHzA==", "renter"=>{"renterID"=>"", "name"=>"", "provider"=>"", "cCN"=>"", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>""}, "commit"=>"Add User"}

Unpermitted parameters: renterID, name, provider, cCN, birthday(1i), birthday(2i), birthday(3i)

 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/devise-4.3.0/app/views/devise/shared/_links.html.erb (2.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/devise-4.3.0/app/views/devise/registrations/new.html.erb within layouts/application (11.7ms)

Completed 200 OK in 42ms (Views: 32.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:45:48 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_form.html.erb (2.8ms)
Rendered renters/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.217.126 at 2017-11-01 23:45:48 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:45:52 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by Devise::RegistrationsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4yTM3nHsHpwhQZzLwKJRzSqkis3LMpCzCntVaabFtWklx7qEmpOeFtzLBE8tA1Zp4SHrAJkaGzntuV/4eb4EWw==", "renter"=>{"renterID"=>"", "name"=>"", "provider"=>"", "cCN"=>"", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"", "phone"=>""}, "commit"=>"Add User"}

Unpermitted parameters: renterID, name, provider, cCN, birthday(1i), birthday(2i), birthday(3i), phone

 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/devise-4.3.0/app/views/devise/shared/_links.html.erb (3.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/devise-4.3.0/app/views/devise/registrations/new.html.erb within layouts/application (13.6ms)

Completed 200 OK in 47ms (Views: 35.0ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.217.126 at 2017-11-01 23:47:12 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 310ms (Views: 300.2ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:47:14 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (1.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (21.3ms)

Completed 200 OK in 105ms (Views: 87.5ms | ActiveRecord: 0.6ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:47:15 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (1.4ms)
Rendered renters/_renter_form.html.erb (25.9ms)
Rendered renters/new.html.erb within layouts/application (29.5ms)

Completed 200 OK in 104ms (Views: 55.7ms | ActiveRecord: 0.4ms)

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:47:17 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Hgk4qWg+xrltn8bEQKh8v2XRKICYhU04t3a9nPB3GC/Y6k7zg0FGM5AVXkCtCXsbrlRJTcqtxrJQtLcNLwypHQ==", "renter"=>{"renterID"=>"", "name"=>"", "provider"=>"", "cCN"=>"", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"", "phone"=>""}, "commit"=>"Add User"}

Redirected to actual-rentul-cmoroz1.c9users.io/renters/new Completed 302 Found in 8ms (ActiveRecord: 0.0ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:47:17 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_form.html.erb (2.5ms)
Rendered renters/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.217.126 at 2017-11-01 23:47:47 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (33.9ms)

Completed 200 OK in 72ms (Views: 65.7ms | ActiveRecord: 1.2ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:49:16 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.2ms)

Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.4ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:49:17 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_form.html.erb (2.1ms)
Rendered renters/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.0ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:50:20 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.8ms)
Rendered renters/_renter_form.html.erb (2.0ms)
Rendered renters/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.217.126 at 2017-11-01 23:50:21 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:50:22 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.4ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:50:23 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (2.2ms)
Rendered renters/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms)

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:51:11 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/g0dAj5WTSMIpTxySAoAeDBzTFgj2byXY0D4U7Kyzmk47mtY1SnNqfUvpPalqwfc+/YtlXHxNx2EgvLCbcl/Ww==", "renter"=>{"renterID"=>"12345", "name"=>"Christopher Moroz", "provider"=>"Visa", "cCN"=>"9832756302756392", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"thisisatest@gmail.com", "phone"=>"123-456-7890"}, "commit"=>"Add User"}
Renter Exists (0.2ms)  SELECT  1 AS one FROM "renters" WHERE "renters"."email" = 'thisisatest@gmail.com' LIMIT 1

Redirected to actual-rentul-cmoroz1.c9users.io/renters/new Completed 302 Found in 28ms (ActiveRecord: 0.2ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:51:11 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (2.5ms)
Rendered renters/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 38ms (Views: 37.6ms | ActiveRecord: 0.0ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:52:33 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/models/renter.rb:5: syntax error, unexpected ',', expecting keyword_end

       :recoverable, :rememberable, :trackable, :validatable
                    ^):
app/models/renter.rb:5: syntax error, unexpected ',', expecting keyword_end
app/controllers/renters_controller.rb:12:in `new'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.3ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:52:41 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_form.html.erb (2.7ms)
Rendered renters/new.html.erb within layouts/application (5.9ms)

Completed 200 OK in 76ms (Views: 47.3ms | ActiveRecord: 0.8ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.217.126 at 2017-11-01 23:52:42 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:53:03 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RVdiVPomAqJxOytykURqgnyRKK7vfU8+4jDAM9QPs/ODtBQOEVmCKIyxs/Z85W0mtxRJY71VxLQF8sqiC3QCwQ==", "renter"=>{"renterID"=>"12345", "name"=>"Christopher Moroz", "provider"=>"Visa", "cCN"=>"1234567890", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"test@gmail.com", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Christopher Moroz"], ["cCN", "1234567890"], ["email", "test@gmail.com"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-01 00:00:00.000000"], ["created_at", "2017-11-01 23:53:03.496464"], ["updated_at", "2017-11-01 23:53:03.496464"]]
 (170.2ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/renters/1 Completed 302 Found in 178ms (ActiveRecord: 170.8ms)

Started GET “/renters/1” for 129.81.217.126 at 2017-11-01 23:53:03 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/show.html.erb within layouts/application (10.6ms)

Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (undefined method `firstName' for #<Renter:0x007f531ea55be0>):

  4: </nav>
  5: 
  6: <!-- Lists information about the current user -->
  7: <h2><%= @renter.firstName %> <%= @renter.lastName %></h2>
  8: <p1>
  9:   This is where relevant information would go.
 10: </p1>
app/views/renters/show.html.erb:7:in `_app_views_renters_show_html_erb___3866668951711091995_69997486580220'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (39.7ms)

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:54:16 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RVdiVPomAqJxOytykURqgnyRKK7vfU8+4jDAM9QPs/ODtBQOEVmCKIyxs/Z85W0mtxRJY71VxLQF8sqiC3QCwQ==", "renter"=>{"renterID"=>"12345", "name"=>"Christopher Moroz", "provider"=>"Visa", "cCN"=>"1234567890", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"test@gmail.com", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.1ms)  begin transaction
SQL (0.8ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Christopher Moroz"], ["cCN", "1234567890"], ["email", "test@gmail.com"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-01 00:00:00.000000"], ["created_at", "2017-11-01 23:54:16.772672"], ["updated_at", "2017-11-01 23:54:16.772672"]]
 (0.1ms)  rollback transaction

Completed 500 Internal Server Error in 5ms (ActiveRecord: 1.0ms)

ActiveRecord::RecordNotUnique (SQLite3::ConstraintException: UNIQUE constraint failed: renters.email: INSERT INTO “renters” (“renterID”, “provider”, “name”, “cCN”, “email”, “phone”, “birthday”, “created_at”, “updated_at”) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)):

app/controllers/renters_controller.rb:18:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.8ms)

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:55:06 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RVdiVPomAqJxOytykURqgnyRKK7vfU8+4jDAM9QPs/ODtBQOEVmCKIyxs/Z85W0mtxRJY71VxLQF8sqiC3QCwQ==", "renter"=>{"renterID"=>"12345", "name"=>"Christopher Moroz", "provider"=>"Visa", "cCN"=>"1234567890", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"test@gmail.com", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.2ms)  begin transaction
SQL (1.1ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Christopher Moroz"], ["cCN", "1234567890"], ["email", "test@gmail.com"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-01 00:00:00.000000"], ["created_at", "2017-11-01 23:55:06.359065"], ["updated_at", "2017-11-01 23:55:06.359065"]]
 (0.1ms)  rollback transaction

Completed 500 Internal Server Error in 6ms (ActiveRecord: 1.3ms)

ActiveRecord::RecordNotUnique (SQLite3::ConstraintException: UNIQUE constraint failed: renters.email: INSERT INTO “renters” (“renterID”, “provider”, “name”, “cCN”, “email”, “phone”, “birthday”, “created_at”, “updated_at”) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)):

app/controllers/renters_controller.rb:18:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.8ms)

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:57:25 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RVdiVPomAqJxOytykURqgnyRKK7vfU8+4jDAM9QPs/ODtBQOEVmCKIyxs/Z85W0mtxRJY71VxLQF8sqiC3QCwQ==", "renter"=>{"renterID"=>"12345", "name"=>"Christopher Moroz", "provider"=>"Visa", "cCN"=>"1234567890", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"test@gmail.com", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.1ms)  begin transaction
SQL (0.9ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Christopher Moroz"], ["cCN", "1234567890"], ["email", "test@gmail.com"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-01 00:00:00.000000"], ["created_at", "2017-11-01 23:57:25.677737"], ["updated_at", "2017-11-01 23:57:25.677737"]]
 (0.1ms)  rollback transaction

Completed 500 Internal Server Error in 18ms (ActiveRecord: 1.8ms)

ActiveRecord::RecordNotUnique (SQLite3::ConstraintException: UNIQUE constraint failed: renters.email: INSERT INTO “renters” (“renterID”, “provider”, “name”, “cCN”, “email”, “phone”, “birthday”, “created_at”, “updated_at”) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)):

app/controllers/renters_controller.rb:18:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.6ms)
 (10.5ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.2ms)  select sqlite_version(*)
 (6.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (8.9ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.3ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "provider" varchar, "name" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (8.5ms)  commit transaction

Migrating to AddDeviseToRenters (20171101004858)

 (0.1ms)  begin transaction
 (0.3ms)  ALTER TABLE "renters" ADD "encrypted_password" varchar DEFAULT '' NOT NULL
 (0.1ms)  ALTER TABLE "renters" ADD "reset_password_token" varchar
 (0.1ms)  ALTER TABLE "renters" ADD "reset_password_sent_at" datetime
 (0.1ms)  ALTER TABLE "renters" ADD "remember_created_at" datetime
 (0.1ms)  ALTER TABLE "renters" ADD "sign_in_count" integer DEFAULT 0 NOT NULL
 (0.1ms)  ALTER TABLE "renters" ADD "current_sign_in_at" datetime
 (0.1ms)  ALTER TABLE "renters" ADD "last_sign_in_at" datetime
 (0.1ms)  ALTER TABLE "renters" ADD "current_sign_in_ip" varchar
 (0.1ms)  ALTER TABLE "renters" ADD "last_sign_in_ip" varchar
 (0.3ms)  CREATE UNIQUE INDEX "index_renters_on_email" ON "renters" ("email")
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'

 (0.1ms)  CREATE UNIQUE INDEX "index_renters_on_reset_password_token" ON "renters" ("reset_password_token")
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171101004858"]]
 (8.7ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_reset_password_token' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_reset_password_token' AND type='index'



 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (20.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (8.5ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (6.9ms)  commit transaction
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (7.9ms)  commit transaction

Started GET “/” for 129.81.217.126 at 2017-11-01 23:59:05 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 323ms (Views: 313.3ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.126 at 2017-11-01 23:59:06 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (19.2ms)

Completed 200 OK in 80ms (Views: 74.9ms | ActiveRecord: 0.6ms)

Started GET “/renters/new” for 129.81.217.126 at 2017-11-01 23:59:08 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (1.4ms)
Rendered renters/_renter_form.html.erb (31.2ms)
Rendered renters/new.html.erb within layouts/application (36.1ms)

Completed 200 OK in 104ms (Views: 69.7ms | ActiveRecord: 0.4ms)

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:59:25 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Oq7PvEsWGohL7j1dijDh2wx/wrGJWG4AkWt9/asNkU78TbnmoGmaArZkpdlnkeZ/x/qjfNtw5Yp2qXdsdHYgfA==", "renter"=>{"renterID"=>"12345", "name"=>"Chris Moroz", "provider"=>"Visa", "cCN"=>"1234567890", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"test@gmail.com", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Chris Moroz"], ["cCN", "1234567890"], ["email", "test@gmail.com"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-01 00:00:00.000000"]]
 (12.6ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/renters/1 Completed 302 Found in 30ms (ActiveRecord: 13.1ms)

Started GET “/renters/1” for 129.81.217.126 at 2017-11-01 23:59:25 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/show.html.erb within layouts/application (10.9ms)

Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.3ms)

ActionView::Template::Error (undefined method `firstName' for #<Renter:0x007ff5e006bb88>):

  4: </nav>
  5: 
  6: <!-- Lists information about the current user -->
  7: <h2><%= @renter.firstName %> <%= @renter.lastName %></h2>
  8: <p1>
  9:   This is where relevant information would go.
 10: </p1>
app/views/renters/show.html.erb:7:in `_app_views_renters_show_html_erb__389419849190677049_70347001123220'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.0ms)

Started POST “/renters” for 129.81.217.126 at 2017-11-01 23:59:49 +0000 Cannot render console from 129.81.217.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ClhKqhzjYx+Xoll04QaYU/L46yRmAdnXGZJcJfLuomLMuzzw95zjlWoowfAMp5/3OX2K6TQpUl3+UFa0LZUTUA==", "renter"=>{"renterID"=>"12345", "name"=>"Chris Moroz", "provider"=>"Visa", "cCN"=>"1234567890", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"test@gmail.com", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.1ms)  begin transaction
SQL (0.7ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Chris Moroz"], ["cCN", "1234567890"], ["email", "test@gmail.com"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-01 00:00:00.000000"]]
 (0.1ms)  rollback transaction

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.8ms)

ActiveRecord::RecordNotUnique (SQLite3::ConstraintException: UNIQUE constraint failed: renters.email: INSERT INTO “renters” (“renterID”, “provider”, “name”, “cCN”, “email”, “phone”, “birthday”) VALUES (?, ?, ?, ?, ?, ?, ?)):

app/controllers/renters_controller.rb:18:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.0ms)
 (9.3ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (17.7ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "provider" varchar, "name" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar) 
 (0.2ms)  select sqlite_version(*)
 (9.5ms)  CREATE UNIQUE INDEX "index_renters_on_email" ON "renters" ("email")
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'



 (6.7ms)  CREATE UNIQUE INDEX "index_renters_on_reset_password_token" ON "renters" ("reset_password_token")
 (13.3ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (11.8ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (6.5ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171101004858')
 (5.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171025181019')
 (15.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (6.9ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (8.8ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "provider" varchar, "name" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar) 
 (0.1ms)  select sqlite_version(*)
 (6.8ms)  CREATE UNIQUE INDEX "index_renters_on_email" ON "renters" ("email")
 (0.2ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_renters_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_renters_on_email' AND type='index'



 (5.7ms)  CREATE UNIQUE INDEX "index_renters_on_reset_password_token" ON "renters" ("reset_password_token")
 (5.9ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (6.7ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.1ms)  SELECT version FROM "schema_migrations"
 (5.2ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171101004858')
 (6.8ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171025181019')
 (5.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (7.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (8.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (5.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (6.0ms)  commit transaction

Started POST “/renters” for 184.190.92.147 at 2017-11-02 00:52:12 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ClhKqhzjYx+Xoll04QaYU/L46yRmAdnXGZJcJfLuomLMuzzw95zjlWoowfAMp5/3OX2K6TQpUl3+UFa0LZUTUA==", "renter"=>{"renterID"=>"12345", "name"=>"Chris Moroz", "provider"=>"Visa", "cCN"=>"1234567890", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"test@gmail.com", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.2ms)  begin transaction
SQL (20.9ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Chris Moroz"], ["cCN", "1234567890"], ["email", "test@gmail.com"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-01 00:00:00.000000"]]
 (0.1ms)  rollback transaction

Completed 500 Internal Server Error in 26ms (ActiveRecord: 21.1ms)

ActiveRecord::RecordNotUnique (SQLite3::ConstraintException: UNIQUE constraint failed: renters.email: INSERT INTO “renters” (“renterID”, “provider”, “name”, “cCN”, “email”, “phone”, “birthday”) VALUES (?, ?, ?, ?, ?, ?, ?)):

app/controllers/renters_controller.rb:18:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.4ms)

Started POST “/renters” for 184.190.92.147 at 2017-11-02 00:52:17 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ClhKqhzjYx+Xoll04QaYU/L46yRmAdnXGZJcJfLuomLMuzzw95zjlWoowfAMp5/3OX2K6TQpUl3+UFa0LZUTUA==", "renter"=>{"renterID"=>"12345", "name"=>"Chris Moroz", "provider"=>"Visa", "cCN"=>"1234567890", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"test@gmail.com", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.1ms)  begin transaction
SQL (1.8ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Chris Moroz"], ["cCN", "1234567890"], ["email", "test@gmail.com"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-01 00:00:00.000000"]]
 (0.1ms)  rollback transaction

Completed 500 Internal Server Error in 6ms (ActiveRecord: 2.0ms)

ActiveRecord::RecordNotUnique (SQLite3::ConstraintException: UNIQUE constraint failed: renters.email: INSERT INTO “renters” (“renterID”, “provider”, “name”, “cCN”, “email”, “phone”, “birthday”) VALUES (?, ?, ?, ?, ?, ?, ?)):

app/controllers/renters_controller.rb:18:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.8ms)

Started POST “/renters” for 184.190.92.147 at 2017-11-02 00:52:45 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ClhKqhzjYx+Xoll04QaYU/L46yRmAdnXGZJcJfLuomLMuzzw95zjlWoowfAMp5/3OX2K6TQpUl3+UFa0LZUTUA==", "renter"=>{"renterID"=>"12345", "name"=>"Chris Moroz", "provider"=>"Visa", "cCN"=>"1234567890", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"1", "email"=>"test@gmail.com", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.1ms)  begin transaction
SQL (0.6ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Chris Moroz"], ["cCN", "1234567890"], ["email", "test@gmail.com"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-01 00:00:00.000000"]]
 (0.1ms)  rollback transaction

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.7ms)

ActiveRecord::RecordNotUnique (SQLite3::ConstraintException: UNIQUE constraint failed: renters.email: INSERT INTO “renters” (“renterID”, “provider”, “name”, “cCN”, “email”, “phone”, “birthday”) VALUES (?, ?, ?, ?, ?, ?, ?)):

app/controllers/renters_controller.rb:18:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (32.5ms)
 (7.8ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (6.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (6.8ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.3ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "provider" varchar, "name" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (14.4ms)  commit transaction

Migrating to AddDeviseToRenters (20171101004858)

Started GET “/” for 184.190.92.147 at 2017-11-02 00:53:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

ActiveRecord::PendingMigrationError (

Migrations are pending. To resolve this issue, run:

bin/rake db:migrate RAILS_ENV=development

):

activerecord (4.2.5) lib/active_record/migration.rb:392:in `check_pending!'
activerecord (4.2.5) lib/active_record/migration.rb:373:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (34.7ms)
 (24.3ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (9.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (8.4ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.3ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "provider" varchar, "name" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (8.3ms)  commit transaction

Migrating to AddDeviseToRenters (20171101004858)

 (0.1ms)  begin transaction
 (0.3ms)  ALTER TABLE "renters" ADD "encrypted_password" varchar DEFAULT '' NOT NULL
 (0.2ms)  ALTER TABLE "renters" ADD "reset_password_token" varchar
 (0.1ms)  ALTER TABLE "renters" ADD "reset_password_sent_at" datetime
 (0.1ms)  ALTER TABLE "renters" ADD "remember_created_at" datetime
 (0.2ms)  ALTER TABLE "renters" ADD "sign_in_count" integer DEFAULT 0 NOT NULL
 (0.1ms)  ALTER TABLE "renters" ADD "current_sign_in_at" datetime
 (0.1ms)  ALTER TABLE "renters" ADD "last_sign_in_at" datetime
 (0.1ms)  ALTER TABLE "renters" ADD "current_sign_in_ip" varchar
 (0.1ms)  ALTER TABLE "renters" ADD "last_sign_in_ip" varchar
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171101004858"]]
 (7.1ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/” for 184.190.92.147 at 2017-11-02 00:54:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 350ms (Views: 339.6ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 00:54:51 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (27.9ms)

Completed 200 OK in 156ms (Views: 149.9ms | ActiveRecord: 0.5ms)

Started GET “/renters/new” for 184.190.92.147 at 2017-11-02 00:54:52 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_form.html.erb (34.2ms)
Rendered renters/new.html.erb within layouts/application (39.8ms)

Completed 200 OK in 109ms (Views: 76.3ms | ActiveRecord: 0.4ms)

Started POST “/renters” for 184.190.92.147 at 2017-11-02 00:55:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"H3URGxV3LxnJTBVURGtdWHa9vh14kpM2i7S+Rfcxfe3ZlmdB/givkzTGjdCpylr8vTjf0Cq6GLxsdrTUKErM3w==", "renter"=>{"renterID"=>"12345", "name"=>"Bailey Graffagnini", "provider"=>"Visa", "cCN"=>"1234567890", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"2", "email"=>"test@gmail.com", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Bailey Graffagnini"], ["cCN", "1234567890"], ["email", "test@gmail.com"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-02 00:00:00.000000"]]
 (10.5ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/renters/1 Completed 302 Found in 22ms (ActiveRecord: 11.0ms)

Started GET “/renters/1” for 184.190.92.147 at 2017-11-02 00:55:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 43ms (Views: 21.9ms | ActiveRecord: 0.3ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 00:55:26 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.4ms)

Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.4ms)

Started GET “/renters/12345” for 184.190.92.147 at 2017-11-02 00:55:29 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"12345"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 12345]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Renter with 'id'=12345):

app/controllers/renters_controller.rb:8:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (109.4ms)

Started GET “/renters/12345” for 184.190.92.147 at 2017-11-02 00:56:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"12345"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", nil]]

Completed 404 Not Found in 6ms (ActiveRecord: 0.9ms)

ActiveRecord::RecordNotFound (Couldn't find Renter with 'id'=):

app/controllers/renters_controller.rb:8:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.2ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 00:58:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (13.8ms)

Completed 200 OK in 45ms (Views: 40.7ms | ActiveRecord: 1.1ms)

Started GET “/renters/12345” for 184.190.92.147 at 2017-11-02 00:58:06 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"12345"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 12345]]

Completed 404 Not Found in 3ms (ActiveRecord: 0.3ms)

ActiveRecord::RecordNotFound (Couldn't find Renter with 'id'=12345):

app/controllers/renters_controller.rb:8:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (32.7ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 00:58:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Renter Load (1.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (29.0ms)

Completed 200 OK in 105ms (Views: 102.8ms | ActiveRecord: 1.3ms)

Started GET “/renters/12345” for 184.190.92.147 at 2017-11-02 00:59:07 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"12345"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 12345]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)

ActiveRecord::RecordNotFound (Couldn't find Renter with 'id'=12345):

app/controllers/renters_controller.rb:8:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.7ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 00:59:09 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.7ms)

Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/1” for 184.190.92.147 at 2017-11-02 00:59:22 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.2ms)

Started GET “/” for 184.190.92.147 at 2017-11-02 01:01:21 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 329ms (Views: 317.9ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:01:23 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (188.5ms)

Completed 200 OK in 268ms (Views: 262.7ms | ActiveRecord: 0.9ms)

Started GET “/renters/1” for 184.190.92.147 at 2017-11-02 01:01:37 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 71ms (Views: 48.5ms | ActiveRecord: 0.4ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:06:18 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (6.5ms)

Completed 200 OK in 40ms (Views: 38.0ms | ActiveRecord: 0.8ms)

Started GET “/renters/new” for 184.190.92.147 at 2017-11-02 01:06:19 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (50.0ms)
Rendered renters/new.html.erb within layouts/application (53.4ms)

Completed 200 OK in 88ms (Views: 87.5ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:08:21 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/1” for 184.190.92.147 at 2017-11-02 01:08:22 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/show.html.erb within layouts/application (1.2ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)

SyntaxError (/home/ubuntu/workspace/app/views/renters/show.html.erb:13: syntax error, unexpected ']' …ter.cCN );@output_buffer.safe_append… … ^ /home/ubuntu/workspace/app/views/renters/show.html.erb:16: syntax error, unexpected keyword_ensure, expecting ')' /home/ubuntu/workspace/app/views/renters/show.html.erb:18: syntax error, unexpected keyword_end, expecting ')'):

app/views/renters/show.html.erb:13: syntax error, unexpected ']'
app/views/renters/show.html.erb:16: syntax error, unexpected keyword_ensure, expecting ')'
app/views/renters/show.html.erb:18: syntax error, unexpected keyword_end, expecting ')'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.7ms)

Started GET “/renters/1” for 184.190.92.147 at 2017-11-02 01:08:52 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.1ms)

Started GET “/” for 184.190.92.147 at 2017-11-02 01:10:45 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 345ms (Views: 334.8ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:10:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (1.1ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (58.9ms)

Completed 200 OK in 132ms (Views: 126.6ms | ActiveRecord: 1.2ms)

Started GET “/renters/1” for 184.190.92.147 at 2017-11-02 01:10:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/show.html.erb within layouts/application (1.5ms)

Completed 200 OK in 74ms (Views: 54.1ms | ActiveRecord: 0.4ms)

Started GET “/renters/1” for 184.190.92.147 at 2017-11-02 01:10:52 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.1ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-02 01:10:52 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/1” for 184.190.92.147 at 2017-11-02 01:10:55 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.1ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-02 01:10:56 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/1” for 184.190.92.147 at 2017-11-02 01:12:38 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/show.html.erb within layouts/application (2.1ms)

Completed 200 OK in 50ms (Views: 35.3ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-02 01:12:39 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/1/edit” for 184.190.92.147 at 2017-11-02 01:12:41 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#edit as HTML

Parameters: {"id"=>"1"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (20.4ms)
Rendered renters/edit.html.erb within layouts/application (23.8ms)

Completed 200 OK in 47ms (Views: 45.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/1/favicon.ico” for 184.190.92.147 at 2017-11-02 01:12:41 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/renters/1/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (41.4ms)

Started GET “/renters/1/favicon.ico” for 184.190.92.147 at 2017-11-02 01:12:41 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/renters/1/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.6ms)

Started DELETE “/renters/1” for 184.190.92.147 at 2017-11-02 01:12:44 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#destroy as HTML

Parameters: {"authenticity_token"=>"8jTunGIkS6HKiEut//js2DZoSPG5Y1nDoUZ8omiTHLo015jGiVvLKzcC0ykSWet8/e0pPOtL0klGhHYzt+itiA==", "id"=>"1"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (0.2ms)  DELETE FROM "renters" WHERE "renters"."id" = ?  [["id", 1]]
 (9.7ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/renters Completed 302 Found in 13ms (ActiveRecord: 10.1ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:12:44 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.4ms)

Completed 200 OK in 51ms (Views: 49.7ms | ActiveRecord: 0.4ms)

Started GET “/renters/new” for 184.190.92.147 at 2017-11-02 01:16:16 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/models/renter.rb:25: syntax error, unexpected keyword_end, expecting '}'):

app/models/renter.rb:25: syntax error, unexpected keyword_end, expecting '}'
app/controllers/renters_controller.rb:12:in `new'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.8ms)

Started GET “/” for 184.190.92.147 at 2017-11-02 01:16:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:16:45 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (5.8ms)

Completed 200 OK in 33ms (Views: 29.0ms | ActiveRecord: 0.6ms)

Started GET “/renters/new” for 184.190.92.147 at 2017-11-02 01:16:46 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (2.3ms)
Rendered renters/new.html.erb within layouts/application (5.3ms)

Completed 200 OK in 45ms (Views: 34.5ms | ActiveRecord: 0.4ms)

Started POST “/renters” for 184.190.92.147 at 2017-11-02 01:17:09 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RYb2WqgruTOxLp6HqTRdpTeNS9eYn3EBu2RECVwDkc6DZYAAQ1Q5uUykBgNElVoB/AgqGsq3+otcpk6Yg3gg/A==", "renter"=>{"renterID"=>"12345", "name"=>"Chris Moroz", "provider"=>"Visa", "cCN"=>"123", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"2", "email"=>"test@gmail.com", "phone"=>"(504)-575-7307"}, "commit"=>"Add User"}

Redirected to actual-rentul-cmoroz1.c9users.io/renters/new Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/renters/new” for 184.190.92.147 at 2017-11-02 01:17:09 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (1.7ms)
Rendered renters/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 85ms (Views: 83.9ms | ActiveRecord: 0.0ms)

Started POST “/renters” for 184.190.92.147 at 2017-11-02 01:17:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oXPBbuuP2tMoG/yDdv3HQTfgJkU//UXiyDDhiHd96atnkLc0APBaWdWRZAebXMDl/GVHiG3Vzmgv8usZqAZYmQ==", "renter"=>{"renterID"=>"12345", "name"=>"Chris Moroz", "provider"=>"Visa", "cCN"=>"1234123412341234", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"2", "email"=>"test@tulane.edu", "phone"=>"(123)-456-7890"}, "commit"=>"Add User"}
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", 12345], ["provider", "Visa"], ["name", "Chris Moroz"], ["cCN", "1234123412341234"], ["email", "test@tulane.edu"], ["phone", "(123)-456-7890"], ["birthday", "2017-11-02 00:00:00.000000"]]
 (6.7ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/renters/2 Completed 302 Found in 13ms (ActiveRecord: 7.3ms)

Started GET “/renters/2” for 184.190.92.147 at 2017-11-02 01:17:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"2"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.4ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:18:53 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (3.8ms)

Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/2” for 184.190.92.147 at 2017-11-02 01:18:54 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"2"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.1ms)

Started GET “/renters/2/edit” for 184.190.92.147 at 2017-11-02 01:18:59 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#edit as HTML

Parameters: {"id"=>"2"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.2ms)
Rendered renters/_renter_form.html.erb (2.0ms)
Rendered renters/edit.html.erb within layouts/application (4.2ms)

Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.1ms)

Started GET “/renters/2/favicon.ico” for 184.190.92.147 at 2017-11-02 01:18:59 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/renters/2/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.0ms)

Started GET “/renters/2/favicon.ico” for 184.190.92.147 at 2017-11-02 01:18:59 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/renters/2/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.3ms)

Started PATCH “/renters/2” for 184.190.92.147 at 2017-11-02 01:19:07 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#update as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"pMp9hEE7ZcUNueYZUiBGBm3W3Q3FWzBPGYEUKbjGWtNiKQveqkTlT/Azfp2/gUGiplO8wJdzu8X+Qx64Z73r4Q==", "renter"=>{"renterID"=>"12345", "name"=>"Chris Moroz", "provider"=>"Visa", "cCN"=>"12341234", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"2", "email"=>"test@tulane.ed", "phone"=>"(123)-456-789"}, "commit"=>"Update User", "id"=>"2"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction

Redirected to actual-rentul-cmoroz1.c9users.io/renters/2/edit Completed 302 Found in 5ms (ActiveRecord: 0.2ms)

Started GET “/renters/2/edit” for 184.190.92.147 at 2017-11-02 01:19:07 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#edit as HTML

Parameters: {"id"=>"2"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.2ms)
Rendered renters/_renter_form.html.erb (1.7ms)
Rendered renters/edit.html.erb within layouts/application (3.6ms)

Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.1ms)

Started GET “/” for 184.190.92.147 at 2017-11-02 01:19:30 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.2ms)

Completed 200 OK in 328ms (Views: 317.6ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:19:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (1.1ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (45.5ms)

Completed 200 OK in 132ms (Views: 127.1ms | ActiveRecord: 1.2ms)

Started GET “/” for 184.190.92.147 at 2017-11-02 01:36:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 334ms (Views: 324.2ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:36:13 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (61.0ms)

Completed 200 OK in 86ms (Views: 81.6ms | ActiveRecord: 0.9ms)

Started GET “/renters/2” for 184.190.92.147 at 2017-11-02 01:36:14 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/show.html.erb within layouts/application (2.0ms)

Completed 200 OK in 179ms (Views: 161.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/2/edit” for 184.190.92.147 at 2017-11-02 01:36:17 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#edit as HTML

Parameters: {"id"=>"2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (22.5ms)
Rendered renters/edit.html.erb within layouts/application (26.1ms)

Completed 200 OK in 47ms (Views: 45.8ms | ActiveRecord: 0.2ms)

Started PATCH “/renters/2” for 184.190.92.147 at 2017-11-02 01:36:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#update as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tyFpgysRALyI9dEBK56OxSWqZ6bMSpRur9TrfPufAc1xwh/ZwG6ANnV/SYXGP4lh7i8Ga55iH+RIFuHtJOSw/w==", "renter"=>{"renterID"=>"12345", "name"=>"Chris Moroz", "provider"=>"Visa", "cCN"=>"123412341234123", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"2", "email"=>"test@tulane.ed", "phone"=>"(123)-456-789"}, "commit"=>"Update User", "id"=>"2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction

Redirected to actual-rentul-cmoroz1.c9users.io/renters/2/edit Completed 302 Found in 7ms (ActiveRecord: 0.3ms)

Started GET “/renters/2/edit” for 184.190.92.147 at 2017-11-02 01:36:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#edit as HTML

Parameters: {"id"=>"2"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (1.8ms)
Rendered renters/edit.html.erb within layouts/application (3.8ms)

Completed 200 OK in 112ms (Views: 110.5ms | ActiveRecord: 0.1ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:36:27 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (10.9ms)

Completed 200 OK in 51ms (Views: 49.5ms | ActiveRecord: 0.5ms)

Started GET “/renters/2” for 184.190.92.147 at 2017-11-02 01:36:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 230ms (Views: 229.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/2” for 184.190.92.147 at 2017-11-02 01:36:33 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"2"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.1ms)

Started GET “/renters/2” for 184.190.92.147 at 2017-11-02 01:36:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"2"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.1ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-02 01:36:35 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (7.3ms)

Completed 200 OK in 36ms (Views: 31.0ms | ActiveRecord: 0.8ms)

Started GET “/” for 184.190.92.147 at 2017-11-02 01:36:37 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 184.190.92.147 at 2017-11-02 01:40:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 284ms (Views: 271.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 184.190.92.147 at 2017-11-02 01:40:36 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 48ms (Views: 47.2ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-02 01:40:37 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.1ms)

Completed 200 OK in 48ms (Views: 43.7ms | ActiveRecord: 0.6ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:40:38 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (18.6ms)

Completed 200 OK in 43ms (Views: 38.8ms | ActiveRecord: 0.9ms)

Started GET “/renters/new” for 184.190.92.147 at 2017-11-02 01:40:41 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_form.html.erb (13.7ms)
Rendered renters/new.html.erb within layouts/application (16.2ms)

Completed 200 OK in 35ms (Views: 34.5ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:40:42 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (3.5ms)

Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/2” for 184.190.92.147 at 2017-11-02 01:40:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 196ms (Views: 186.3ms | ActiveRecord: 0.3ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:40:45 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 34ms (Views: 32.4ms | ActiveRecord: 0.4ms)

Started GET “/renters/new” for 184.190.92.147 at 2017-11-02 01:40:46 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#new as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_form.html.erb (2.7ms)
Rendered renters/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.0ms)

Started POST “/renters” for 184.190.92.147 at 2017-11-02 01:41:29 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZrKrYZW6yaOX3yAmcfZR7q3p/VN3b1Qe92yemRFz0F6gUd07fsVJKWpVuKKcV1ZKZmycniVH35QQrpQIzghhbA==", "renter"=>{"renterID"=>"98765", "name"=>"John Doe", "provider"=>"Mastercard", "cCN"=>"8492746291047862", "birthday(1i)"=>"2017", "birthday(2i)"=>"11", "birthday(3i)"=>"2", "email"=>"idkwhattoput@gmail.com", "phone"=>"(098)-765-4322"}, "commit"=>"Add User"}
 (0.2ms)  begin transaction
SQL (0.5ms)  INSERT INTO "renters" ("renterID", "provider", "name", "cCN", "email", "phone", "birthday") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", 98765], ["provider", "Mastercard"], ["name", "John Doe"], ["cCN", "8492746291047862"], ["email", "idkwhattoput@gmail.com"], ["phone", "(098)-765-4322"], ["birthday", "2017-11-02 00:00:00.000000"]]
 (10.4ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/renters/3 Completed 302 Found in 17ms (ActiveRecord: 11.0ms)

Started GET “/renters/3” for 184.190.92.147 at 2017-11-02 01:41:30 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"3"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 3]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.2ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:41:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.2ms)

Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.4ms)

Started GET “/renters/3” for 184.190.92.147 at 2017-11-02 01:41:33 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"3"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 3]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.1ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-02 01:41:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.4ms)

Started GET “/renters/2” for 184.190.92.147 at 2017-11-02 01:41:35 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/2” for 184.190.92.147 at 2017-11-02 01:42:50 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"2"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 2]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.1ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-02 01:42:50 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.137.106 at 2017-11-02 16:13:59 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.5ms)

Completed 200 OK in 997ms (Views: 891.2ms | ActiveRecord: 0.0ms)

Started GET “/assets/application.self-42a9e1d2f39d4366995dbc37724e99f7cfc72c5408bee94377703ab71920bc5e.css?body=1” for 129.81.137.106 at 2017-11-02 16:14:01 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.137.106 at 2017-11-02 16:14:01 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.137.106 at 2017-11-02 16:14:03 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.137.106 at 2017-11-02 16:14:04 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 19ms (Views: 18.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.137.106 at 2017-11-02 16:14:04 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.137.106 at 2017-11-02 16:14:05 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (83.5ms)

Completed 200 OK in 119ms (Views: 113.0ms | ActiveRecord: 0.7ms)

Started GET “/renters” for 129.81.137.106 at 2017-11-02 16:14:08 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.137.106 at 2017-11-02 16:14:08 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.7ms)

Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.137.106 at 2017-11-02 16:14:12 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (4.2ms)

Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.5ms)

Started GET “/renters” for 129.81.137.106 at 2017-11-02 16:14:16 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.137.106 at 2017-11-02 16:14:16 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)

Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.0ms)

Started GET “/sessions/create” for 129.81.137.106 at 2017-11-02 16:14:18 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#create as HTML Redirected to actual-rentul-cmoroz1.c9users.io/auth/facebook Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/sessions/favicon.ico” for 129.81.137.106 at 2017-11-02 16:14:18 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/sessions/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (19.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (107.6ms)

Started GET “/auth/facebook” for 129.81.137.106 at 2017-11-02 16:14:19 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (facebook) Request phase initiated.

Started GET “/sessions/create” for 129.81.137.106 at 2017-11-02 16:14:19 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#create as HTML Redirected to actual-rentul-cmoroz1.c9users.io/auth/facebook Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/auth/facebook” for 129.81.137.106 at 2017-11-02 16:14:19 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (facebook) Request phase initiated.

Started GET “/” for 129.81.137.106 at 2017-11-02 16:36:54 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.6ms)

Completed 500 Internal Server Error in 1082ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (File to import not found or unreadable: compass/css3. Load paths:

/home/ubuntu/workspace/app/assets/images
/home/ubuntu/workspace/app/assets/javascripts
/home/ubuntu/workspace/app/assets/stylesheets
/home/ubuntu/workspace/vendor/assets/javascripts
/home/ubuntu/workspace/vendor/assets/stylesheets
/usr/local/rvm/gems/ruby-2.3.4/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/usr/local/rvm/gems/ruby-2.3.4/gems/coffee-rails-4.1.1/lib/assets/javascripts
/usr/local/rvm/gems/ruby-2.3.4/gems/turbolinks-source-5.0.3/lib/assets/javascripts):
  12:   <!--For testing: auto-refreshed page every so often-->
  13:   <!--<meta http-equiv='refresh' content='10';url='index.php'>-->
  14:   
  15:   <%= favicon_link_tag       'application' %>
  16:   <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track' => true %>
  17:   <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  18:   <%= csrf_meta_tags %>
app/assets/stylesheets/home.scss:5
app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb___4051939583745168113_12654500'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (40.2ms)

Started GET “/” for 129.81.137.106 at 2017-11-02 16:49:02 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.5ms)

Completed 500 Internal Server Error in 348ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (Invalid CSS after “…kground-color: ”: expected expression (e.g. 1px, bold), was “@background-color;”):

  12:   <!--For testing: auto-refreshed page every so often-->
  13:   <!--<meta http-equiv='refresh' content='10';url='index.php'>-->
  14:   
  15:   <%= favicon_link_tag       'application' %>
  16:   <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track' => true %>
  17:   <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  18:   <%= csrf_meta_tags %>
app/assets/stylesheets/home.scss:51
app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__3784291252894687615_34087100'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (45.7ms)

Started GET “/” for 129.81.137.106 at 2017-11-02 16:51:22 +0000 Cannot render console from 129.81.137.106! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (Invalid CSS after “…rate-spokes(10)”: expected “{”, was “;”):

  12:   <!--For testing: auto-refreshed page every so often-->
  13:   <!--<meta http-equiv='refresh' content='10';url='index.php'>-->
  14:   
  15:   <%= favicon_link_tag       'application' %>
  16:   <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track' => true %>
  17:   <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  18:   <%= csrf_meta_tags %>
app/assets/stylesheets/home.scss:240
app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__3784291252894687615_34087100'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.8ms)

Started GET “/” for 184.190.92.147 at 2017-11-11 19:55:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (3.3ms)

Completed 200 OK in 513ms (Views: 502.1ms | ActiveRecord: 0.0ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/normalize.self-ca82ae4e32be14ed6a8b877c61be0c6c17483a753727779fdaf40754f74c6d86.css?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-ec1a67c1fbb59d052c36fc3fa879e1f2ea6b84d1d5fcb5a9138ccbcff1ccd186.css?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 184.190.92.147 at 2017-11-11 19:55:25 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/rsz_rentul_logo-5c35aeb51b3c82d276c2914bee33ada2add72354581794d91445fd7f7a43bcf9.jpg” for 184.190.92.147 at 2017-11-11 19:55:26 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 184.190.92.147 at 2017-11-11 19:55:26 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 184.190.92.147 at 2017-11-11 19:55:29 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 184.190.92.147 at 2017-11-11 19:55:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.0ms)

Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-11 19:55:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (40.3ms)

Completed 200 OK in 73ms (Views: 66.2ms | ActiveRecord: 0.6ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-11 19:55:35 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (1.2ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
Rendered renters/index.html.erb within layouts/application (49.3ms)

Completed 500 Internal Server Error in 62ms (ActiveRecord: 1.0ms)

ActionView::Template::Error (undefined method `renterName' for #<Renter:0x007f486cab1b50> Did you mean? renterID_change):

  14:                  <tr>
  15:                         <td>
  16:                                 <!--Generates a link to the renter's page according to the renter's path and id-->
  17:                                 <a href="<%= renters_path %>/<%= t.id %>"><%= t.renterName %></a>
  18:                         </td>
  19:                 </tr>
  20:         <% end %>
app/views/renters/index.html.erb:17:in `block in _app_views_renters_index_html_erb___4427214765697454765_69974518075260'
app/views/renters/index.html.erb:13:in `_app_views_renters_index_html_erb___4427214765697454765_69974518075260'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (39.6ms)
 (21.0ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (11.3ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
 (28.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.3ms)  select sqlite_version(*)
 (11.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.3ms)  SELECT version FROM "schema_migrations"
 (22.9ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171025181019')
 (37.7ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (10.1ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (8.5ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" integer, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
 (31.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (8.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (6.8ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171025181019')
 (5.5ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.2ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 12345], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (15.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 123235], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "t"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (9.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 122345], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "t"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (10.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 13445], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (7.1ms)  commit transaction

Started GET “/” for 184.190.92.147 at 2017-11-11 19:56:18 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 344ms (Views: 333.8ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-11 19:56:21 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (54.8ms)

Completed 200 OK in 160ms (Views: 154.4ms | ActiveRecord: 1.0ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-11-11 19:56:28 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Rendered bikes/show.html.erb within layouts/application (4.0ms)

Completed 200 OK in 73ms (Views: 46.7ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-11 19:56:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (5.2ms)

Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.4ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-11 19:56:33 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (5.9ms)

Completed 200 OK in 34ms (Views: 29.7ms | ActiveRecord: 0.5ms)

Started GET “/login” for 184.190.92.147 at 2017-11-11 19:56:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.8ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 184.190.92.147 at 2017-11-11 19:56:35 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 184.190.92.147 at 2017-11-11 19:56:35 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.0ms)

Started GET “/login” for 184.190.92.147 at 2017-11-11 19:56:38 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)

Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.0ms)

Started GET “/login” for 184.190.92.147 at 2017-11-11 19:56:40 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-11 19:56:41 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (5.7ms)

Completed 200 OK in 38ms (Views: 36.7ms | ActiveRecord: 0.4ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-11 19:56:42 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 184.190.92.147 at 2017-11-11 19:56:42 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.4ms)

Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-11 19:56:42 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (5.1ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.5ms)

Started GET “/renters” for 184.190.92.147 at 2017-11-11 19:56:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 184.190.92.147 at 2017-11-11 19:56:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-11 19:56:45 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (5.3ms)

Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.5ms)

Started GET “/bikes/1” for 184.190.92.147 at 2017-11-11 19:56:47 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-11-11 19:56:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (5.5ms)

Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.6ms)

Started GET “/” for 129.81.157.173 at 2017-11-11 23:48:59 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 401ms (Views: 391.4ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.157.173 at 2017-11-11 23:51:49 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.8ms)

Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/facebook” for 129.81.157.173 at 2017-11-11 23:51:50 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (facebook) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.157.173 at 2017-11-11 23:51:50 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-11 23:51:50 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 65ms (Views: 64.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/facebook” for 129.81.157.173 at 2017-11-11 23:51:50 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (facebook) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.157.173 at 2017-11-11 23:51:50 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-11 23:51:50 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.0ms)

Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.157.173 at 2017-11-11 23:52:08 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 326ms (Views: 317.0ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.157.173 at 2017-11-11 23:52:13 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.8ms)

Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.0ms)

Started GET “/auth/facebook” for 129.81.157.173 at 2017-11-11 23:52:14 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (facebook) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.157.173 at 2017-11-11 23:52:14 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-11 23:52:14 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 52ms (Views: 51.0ms | ActiveRecord: 0.0ms)

Started GET “/auth/facebook” for 129.81.157.173 at 2017-11-11 23:52:14 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (facebook) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.157.173 at 2017-11-11 23:52:14 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-11 23:52:29 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.0ms)

Completed 200 OK in 314ms (Views: 304.2ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.157.173 at 2017-11-11 23:52:31 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.7ms)

Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/facebook” for 129.81.157.173 at 2017-11-11 23:52:32 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (facebook) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.157.173 at 2017-11-11 23:52:32 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-11 23:52:33 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 53ms (Views: 52.1ms | ActiveRecord: 0.0ms)

Started GET “/auth/facebook” for 129.81.157.173 at 2017-11-11 23:52:33 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (facebook) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.157.173 at 2017-11-11 23:52:33 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-12 00:07:57 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 312ms (Views: 301.8ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:07:59 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)

Started GET “/pricing” for 129.81.157.173 at 2017-11-12 00:08:02 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#pricing as HTML

Rendered home/pricing.html.erb within layouts/application (0.5ms)

Completed 200 OK in 72ms (Views: 70.5ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:08:03 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)

Completed 200 OK in 47ms (Views: 46.2ms | ActiveRecord: 0.0ms)

Started GET “/pricing” for 129.81.157.173 at 2017-11-12 00:08:04 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#pricing as HTML

Rendered home/pricing.html.erb within layouts/application (0.0ms)

Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms)

Started GET “/pricing” for 129.81.157.173 at 2017-11-12 00:08:18 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#pricing as HTML

Rendered home/pricing.html.erb within layouts/application (0.4ms)

Completed 200 OK in 28ms (Views: 27.7ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:08:18 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/pricing” for 129.81.157.173 at 2017-11-12 00:08:44 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#pricing as HTML

Rendered home/pricing.html.erb within layouts/application (0.4ms)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:08:44 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:08:45 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.6ms)

Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)

Started GET “/pricing” for 129.81.157.173 at 2017-11-12 00:08:46 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#pricing as HTML

Rendered home/pricing.html.erb within layouts/application (0.1ms)

Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:08:47 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)

Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms)

Started GET “/pricing” for 129.81.157.173 at 2017-11-12 00:08:48 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#pricing as HTML

Rendered home/pricing.html.erb within layouts/application (0.0ms)

Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:08:49 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)

Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:13:23 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 36ms (Views: 35.9ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:13:33 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:13:33 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:14:04 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.5ms)

Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:14:05 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:15:28 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:15:29 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:16:40 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.5ms)

Completed 200 OK in 31ms (Views: 30.7ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:16:41 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:16:42 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)

Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:16:43 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:19:06 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.6ms)

Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:19:06 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-12 00:19:32 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 31ms (Views: 30.3ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:19:35 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.6ms)

Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:20:04 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:20:04 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:20:26 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:20:26 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:20:38 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.0ms)

Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:20:39 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:20:41 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.0ms)

Completed 200 OK in 29ms (Views: 28.6ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:20:41 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:21:38 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.5ms)

Completed 200 OK in 23ms (Views: 22.9ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:21:38 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:21:53 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:21:53 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:22:11 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:22:11 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:22:26 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)

Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:22:26 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:22:37 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.5ms)

Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:22:38 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:22:51 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:22:51 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:23:01 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.5ms)

Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:23:01 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:23:09 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:23:09 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:23:25 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.5ms)

Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:23:25 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:23:32 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:23:32 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:23:37 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.0ms)

Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)

Started GET “/pricing” for 129.81.157.173 at 2017-11-12 00:23:38 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#pricing as HTML

Rendered home/pricing.html.erb within layouts/application (0.3ms)

Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:27:06 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.157.173 at 2017-11-12 00:27:07 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.0ms)

Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.157.173 at 2017-11-12 00:40:08 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.8ms)

Completed 200 OK in 448ms (Views: 432.2ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.157.173 at 2017-11-12 00:40:10 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.8ms)

Completed 200 OK in 49ms (Views: 28.0ms | ActiveRecord: 0.0ms)

Started GET “/auth/facebook” for 129.81.157.173 at 2017-11-12 00:40:12 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (facebook) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.157.173 at 2017-11-12 00:40:12 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActionController::RoutingError (No route matches [GET] “/auth/favicon.ico”):

actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (22.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (71.2ms)

Started GET “/auth/facebook” for 129.81.157.173 at 2017-11-12 00:40:12 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (facebook) Request phase initiated.

Started GET “/” for 129.81.157.173 at 2017-11-12 00:47:09 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 313ms (Views: 301.0ms | ActiveRecord: 0.0ms)

Started GET “/abc123” for 129.81.157.173 at 2017-11-12 00:47:12 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-12 00:47:27 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.0ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.0ms)

Started GET “/abc123” for 129.81.157.173 at 2017-11-12 00:47:30 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:47:58 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.4ms)

Completed 200 OK in 57ms (Views: 57.0ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:48:40 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)

Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:48:40 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:48:51 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.0ms)

Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:48:52 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/abc123” for 129.81.157.173 at 2017-11-12 00:48:54 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-12 00:48:54 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:49:10 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.0ms)

Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)

Started GET “/abc123” for 129.81.157.173 at 2017-11-12 00:49:12 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:49:12 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)

Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:49:26 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:49:26 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/abdfghj” for 129.81.157.173 at 2017-11-12 00:49:28 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-12 00:50:28 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.0ms)

Completed 200 OK in 30ms (Views: 29.7ms | ActiveRecord: 0.0ms)

Started GET “/abc123” for 129.81.157.173 at 2017-11-12 00:50:31 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.157.173 at 2017-11-12 00:50:31 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)

Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.0ms)

Started GET “/error” for 129.81.157.173 at 2017-11-12 00:51:07 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)

Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:51:07 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-12 00:51:34 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.0ms)

Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.157.173 at 2017-11-12 00:51:35 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)

Completed 200 OK in 20ms (Views: 19.8ms | ActiveRecord: 0.0ms)

Started GET “/pricing” for 129.81.157.173 at 2017-11-12 00:51:36 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#pricing as HTML

Rendered home/pricing.html.erb within layouts/application (0.4ms)

Completed 200 OK in 28ms (Views: 27.8ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.157.173 at 2017-11-12 00:51:37 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (67.5ms)

Completed 200 OK in 101ms (Views: 94.4ms | ActiveRecord: 1.4ms)

Started GET “/renters” for 129.81.157.173 at 2017-11-12 00:51:37 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.157.173 at 2017-11-12 00:51:37 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.7ms)

Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.157.173 at 2017-11-12 00:51:38 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.157.173 at 2017-11-12 00:51:40 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.157.173 at 2017-11-12 00:51:45 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.157.173 at 2017-11-12 00:51:46 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.0ms)

Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.157.173 at 2017-11-12 00:52:39 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.0ms)

Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:52:40 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.157.173 at 2017-11-12 00:53:21 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-ce8563db5e059a467752753bf79f1c4c15de3deaa39ddd9b631f6c7f8d609187.js” for 129.81.157.173 at 2017-11-12 00:53:22 +0000 Cannot render console from 129.81.157.173! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.217.103 at 2017-11-14 21:00:41 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

ActiveRecord::PendingMigrationError (

Migrations are pending. To resolve this issue, run:

bin/rake db:migrate RAILS_ENV=development

):

activerecord (4.2.5) lib/active_record/migration.rb:392:in `check_pending!'
activerecord (4.2.5) lib/active_record/migration.rb:373:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.3ms)
 (8.0ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (6.9ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
 (7.9ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
 (8.3ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.2ms)  select sqlite_version(*)
 (12.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (6.7ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171112001048')
 (6.3ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171025181019')
 (7.1ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (6.7ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (7.4ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
 (7.2ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
 (7.3ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (10.4ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.2ms)  SELECT version FROM "schema_migrations"
 (5.9ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171112001048')
 (6.3ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171025181019')
 (7.1ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (8.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (8.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (6.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (10.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (8.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (7.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (8.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (8.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (6.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (7.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (6.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "tickets" ("ticket", "renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "checkin", "location", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["ticket", "TN123"], ["renterID", "1"], ["renterName", "Andre Rinconl"], ["email", "arinconl@tulane.edu"], ["bikeid", "A1000"], ["cCN", "1234567891001000"], ["serialnumber", 12345], ["checkout", "2017-10-01 17:00:00.000000"], ["checkin", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["created_at", "2017-11-14 21:02:10.471435"], ["updated_at", "2017-11-14 21:02:10.471435"]]
 (7.9ms)  commit transaction

Started GET “/” for 129.81.217.103 at 2017-11-14 21:02:17 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 460ms (Views: 450.8ms | ActiveRecord: 0.0ms)

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.103 at 2017-11-14 21:02:18 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-a716c31b0d849137c642a0c263571fa27a55ad540da3706245f376084f93f775.css?body=1” for 129.81.217.103 at 2017-11-14 21:02:18 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.103 at 2017-11-14 21:02:18 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.103 at 2017-11-14 21:02:19 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:02:22 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.1ms)

Completed 200 OK in 53ms (Views: 52.1ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:02:23 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:02:23 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:03:34 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:03:39 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.103 at 2017-11-14 21:03:40 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:03:40 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:03:40 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:03:41 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:03:41 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/” for 129.81.217.103 at 2017-11-14 21:04:04 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 271ms (Views: 262.3ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:04:06 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.6ms)

Completed 200 OK in 30ms (Views: 29.8ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:04:07 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:04:07 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/SBNYjdonykdKZ5w16ugXAEiVJ3PyU7udnTBkF9uoxvE” for 129.81.217.103 at 2017-11-14 21:04:08 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/SBNYjdonykdKZ5w16ugXAEiVJ3PyU7udnTBkF9uoxvE", "provider"=>"google_oauth2"}

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:04:08 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.103 at 2017-11-14 21:04:18 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (1.6ms)
Renter Load (1.5ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (37.9ms)

Completed 200 OK in 77ms (Views: 69.4ms | ActiveRecord: 1.9ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:04:19 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.217.103 at 2017-11-14 21:04:20 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:04:20 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:04:21 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:04:21 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/xgXeUZMRTvCTN3umGbFXk6AeIuI6Lf023og2FVg3aiI” for 129.81.217.103 at 2017-11-14 21:04:22 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/xgXeUZMRTvCTN3umGbFXk6AeIuI6Lf023og2FVg3aiI", "provider"=>"google_oauth2"}

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 0ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:04:22 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 22ms (Views: 22.0ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.103 at 2017-11-14 21:04:25 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.9ms)

Completed 200 OK in 36ms (Views: 34.5ms | ActiveRecord: 0.4ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:04:27 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)

 (8.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (7.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (6.4ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.3ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (18.9ms)  commit transaction

Migrating to CreateTickets (20171112001048)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171112001048"]]
 (6.4ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/” for 129.81.217.103 at 2017-11-14 21:04:53 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 297ms (Views: 288.0ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:04:55 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.8ms)

Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.217.103 at 2017-11-14 21:04:57 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:04:57 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 74ms (Views: 73.3ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:04:59 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:04:59 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/YBdHGv6AvF2bxpWNNz91HngS19CqApLqQdFsEB_NjvU” for 129.81.217.103 at 2017-11-14 21:04:59 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/YBdHGv6AvF2bxpWNNz91HngS19CqApLqQdFsEB_NjvU", "provider"=>"google_oauth2"}

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:04:59 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.103 at 2017-11-14 21:05:01 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (1.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (31.1ms)

Completed 200 OK in 72ms (Views: 67.0ms | ActiveRecord: 0.6ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:05:02 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 30ms (Views: 29.7ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.217.103 at 2017-11-14 21:05:07 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:05:07 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:05:09 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.217.103 at 2017-11-14 21:05:11 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 22ms (Views: 22.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.217.103 at 2017-11-14 21:06:41 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 287ms (Views: 277.4ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:06:43 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.7ms)

Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:06:44 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:06:44 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/lDdKuL73W8eni3vZleoAmD_KI3uy79jVOKlu8ZEUnRg” for 129.81.217.103 at 2017-11-14 21:06:44 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/lDdKuL73W8eni3vZleoAmD_KI3uy79jVOKlu8ZEUnRg", "provider"=>"google_oauth2"}

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:06:45 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.217.103 at 2017-11-14 21:09:20 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:09:20 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.217.103 at 2017-11-14 21:14:32 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

ArgumentError (Received wrong number of arguments. [{:client_options=>{:ssl=>{:ca_file=>“/home/ubuntu/workspace/cacert.pem”}}}]):

omniauth (1.7.1) lib/omniauth/strategy.rb:147:in `initialize'
rack (1.6.8) lib/rack/builder.rb:86:in `new'
rack (1.6.8) lib/rack/builder.rb:86:in `block in use'
rack (1.6.8) lib/rack/builder.rb:147:in `block in to_app'
rack (1.6.8) lib/rack/builder.rb:147:in `each'
rack (1.6.8) lib/rack/builder.rb:147:in `inject'
rack (1.6.8) lib/rack/builder.rb:147:in `to_app'
omniauth (1.7.1) lib/omniauth/builder.rb:63:in `call'
rack (1.6.8) lib/rack/etag.rb:24:in `call'
rack (1.6.8) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.8) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.8) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.8) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (35.2ms)

Started GET “/” for 129.81.217.103 at 2017-11-14 21:15:45 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 270ms (Views: 260.8ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:15:48 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.6ms)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:15:49 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.217.103 at 2017-11-14 21:15:49 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/QwlEH_g53Id0NiFW9U0lif6cv7jvxvVbFxxO2NvxtwY” for 129.81.217.103 at 2017-11-14 21:15:49 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/QwlEH_g53Id0NiFW9U0lif6cv7jvxvVbFxxO2NvxtwY", "provider"=>"google_oauth2"}

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:15:50 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 30ms (Views: 30.0ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.217.103 at 2017-11-14 21:15:52 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.103 at 2017-11-14 21:15:52 +0000 Cannot render console from 129.81.217.103! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.217.119 at 2017-11-14 21:45:56 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.6ms)

Completed 200 OK in 359ms (Views: 348.8ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.119 at 2017-11-14 21:46:00 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.7ms)

Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.119 at 2017-11-14 21:46:01 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.217.119 at 2017-11-14 21:46:01 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/tNuocJ0tqYnlQfzKH87WcHqfYw_7Vm0H_Va0N0gSEZA” for 129.81.217.119 at 2017-11-14 21:46:01 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/tNuocJ0tqYnlQfzKH87WcHqfYw_7Vm0H_Va0N0gSEZA", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."id" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.6ms)  INSERT INTO "renters" ("provider", "renterID", "renterName", "oauth_token", "oauth_expires_at", "email", "phone", "cCN") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["oauth_token", "ya29.GlwEBdR2cgXckVYhuHa6HF2gRO95xzCk9fzw2WVuPo22p78FtxdDAu0ds5LRZVcOH7Qw5wf3K2ki3MZFCE-gKuTsZ6CmcKBQfxzpHr3W5shuIzpAbkFXgn3H9tSXIg"], ["oauth_expires_at", "2017-11-14 22:46:01 +0000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(234)-394-1948"], ["cCN", "1234567890123456"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 64ms (ActiveRecord: 10.8ms)

Started GET “/login” for 129.81.217.119 at 2017-11-14 21:46:02 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.5ms)

Completed 200 OK in 39ms (Views: 38.1ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.119 at 2017-11-14 21:46:06 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (1.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (26.5ms)

Completed 200 OK in 205ms (Views: 203.5ms | ActiveRecord: 0.3ms)

Started GET “/login” for 129.81.217.119 at 2017-11-14 21:46:08 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.217.119 at 2017-11-14 21:46:10 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.119 at 2017-11-14 21:46:10 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.217.119 at 2017-11-14 21:46:19 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 287ms (Views: 278.3ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.119 at 2017-11-14 21:46:21 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.7ms)

Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.119 at 2017-11-14 21:46:24 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.217.119 at 2017-11-14 21:46:25 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/uLFVl5MRa4kACtrP7My4HmnmtZPDtdUNWGQCWTEL94c” for 129.81.217.119 at 2017-11-14 21:46:25 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/uLFVl5MRa4kACtrP7My4HmnmtZPDtdUNWGQCWTEL94c", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."id" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 42ms (ActiveRecord: 0.9ms)

Started GET “/login” for 129.81.217.119 at 2017-11-14 21:46:25 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.217.119 at 2017-11-14 21:46:27 +0000 Cannot render console from 129.81.217.119! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (14.1ms)

Completed 200 OK in 37ms (Views: 36.1ms | ActiveRecord: 0.4ms)

Started GET “/” for 129.81.123.21 at 2017-11-15 02:32:58 +0000 Cannot render console from 129.81.123.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (3.5ms)

Completed 200 OK in 393ms (Views: 382.2ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.123.21 at 2017-11-15 02:33:00 +0000 Cannot render console from 129.81.123.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.7ms)

Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.123.21 at 2017-11-15 02:33:02 +0000 Cannot render console from 129.81.123.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.123.21 at 2017-11-15 02:33:02 +0000 Cannot render console from 129.81.123.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.6ms)

Completed 200 OK in 54ms (Views: 53.1ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.123.21 at 2017-11-15 02:33:05 +0000 Cannot render console from 129.81.123.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.123.21 at 2017-11-15 02:33:05 +0000 Cannot render console from 129.81.123.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/GY5oNWmBYISJNcmWXkN7aWgFQmk2r7Nl76dd2u_NZ50” for 129.81.123.21 at 2017-11-15 02:33:05 +0000 Cannot render console from 129.81.123.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/GY5oNWmBYISJNcmWXkN7aWgFQmk2r7Nl76dd2u_NZ50", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."id" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 37ms (ActiveRecord: 0.8ms)

Started GET “/login” for 129.81.123.21 at 2017-11-15 02:33:05 +0000 Cannot render console from 129.81.123.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.123.21 at 2017-11-15 02:33:07 +0000 Cannot render console from 129.81.123.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (23.2ms)

Completed 200 OK in 49ms (Views: 47.8ms | ActiveRecord: 0.3ms)

Started GET “/” for 129.81.216.207 at 2017-11-15 19:03:49 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.9ms)

Completed 200 OK in 394ms (Views: 383.4ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:03:52 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.9ms)

Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.216.207 at 2017-11-15 19:03:53 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:03:53 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 60ms (Views: 59.9ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:03:56 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:03:57 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/7SLuHa2LgAx1_Nm62wjxM1xDlY8xpDE0OP7YeJMUD5A” for 129.81.216.207 at 2017-11-15 19:03:57 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/7SLuHa2LgAx1_Nm62wjxM1xDlY8xpDE0OP7YeJMUD5A", "provider"=>"google_oauth2"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."id" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 39ms (ActiveRecord: 1.1ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:03:57 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)

Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms)

Started GET “/renters” for 129.81.216.207 at 2017-11-15 19:03:59 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (23.0ms)

Completed 200 OK in 49ms (Views: 48.0ms | ActiveRecord: 0.3ms)

 (6.5ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (7.4ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (8.5ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (7.8ms)  commit transaction

Migrating to CreateTickets (20171112001048)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171112001048"]]
 (7.9ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Started GET “/” for 129.81.216.207 at 2017-11-15 19:09:33 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.3ms)

Completed 200 OK in 457ms (Views: 446.6ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.207 at 2017-11-15 19:09:36 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.0ms)

Completed 200 OK in 220ms (Views: 213.5ms | ActiveRecord: 0.6ms)

 (9.1ms)  DROP TABLE "bikes"
 (7.6ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (7.2ms)  DROP TABLE "renters"
 (7.8ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
 (6.4ms)  DROP TABLE "tickets"
 (7.5ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
 (0.1ms)  SELECT version FROM "schema_migrations"
 (8.6ms)  DROP TABLE "bikes"
 (7.9ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (8.9ms)  DROP TABLE "renters"
 (6.2ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
 (6.9ms)  DROP TABLE "tickets"
 (5.8ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
 (0.1ms)  SELECT version FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (8.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (7.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (15.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (6.8ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (7.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (7.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (8.6ms)  commit transaction
 (4.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (9.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (9.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (15.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (8.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (5.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (9.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("ticket", "renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "checkin", "location", "fare", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["ticket", "TN123"], ["renterID", "1"], ["renterName", "Andre Rinconl"], ["email", "arinconl@tulane.edu"], ["bikeid", "A1000"], ["cCN", "1234567891001000"], ["serialnumber", 12345], ["checkout", "2017-10-01 17:00:00.000000"], ["checkin", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["created_at", "2017-11-15 19:09:51.345347"], ["updated_at", "2017-11-15 19:09:51.345347"]]
 (9.1ms)  commit transaction

Started GET “/bikes” for 129.81.216.207 at 2017-11-15 19:10:00 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (85.9ms)

Completed 200 OK in 433ms (Views: 415.6ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.216.207 at 2017-11-15 19:10:01 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?page=2” for 129.81.216.207 at 2017-11-15 19:10:04 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"page"=>"2"}
Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.8ms)

Completed 200 OK in 68ms (Views: 66.4ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 129.81.216.207 at 2017-11-15 19:10:06 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.7ms)

Completed 200 OK in 79ms (Views: 76.8ms | ActiveRecord: 0.6ms)

Started GET “/” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.0ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-a716c31b0d849137c642a0c263571fa27a55ad540da3706245f376084f93f775.css?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/normalize.self-ca82ae4e32be14ed6a8b877c61be0c6c17483a753727779fdaf40754f74c6d86.css?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.207 at 2017-11-15 19:11:58 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.207 at 2017-11-15 19:11:59 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.207 at 2017-11-15 19:11:59 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.207 at 2017-11-15 19:11:59 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.207 at 2017-11-15 19:11:59 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.207 at 2017-11-15 19:11:59 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1” for 129.81.216.207 at 2017-11-15 19:11:59 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/rsz_rentul_logo-5c35aeb51b3c82d276c2914bee33ada2add72354581794d91445fd7f7a43bcf9.jpg” for 129.81.216.207 at 2017-11-15 19:11:59 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.216.207 at 2017-11-15 19:12:00 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:12:00 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.7ms)

Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:12:02 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:12:02 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:17:51 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.6ms)

Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.216.207 at 2017-11-15 19:17:53 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:17:53 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:17:54 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:17:54 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/3VUo-KDMaQAMHTPMZFTFydjPQoFJUrJ1GWvrLBMgTE0” for 129.81.216.207 at 2017-11-15 19:17:54 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/3VUo-KDMaQAMHTPMZFTFydjPQoFJUrJ1GWvrLBMgTE0", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."id" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "renters" ("provider", "renterID", "renterName", "oauth_token", "oauth_expires_at", "email", "phone", "cCN") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["oauth_token", "ya29.GlwFBTu1G6y0gg50q8L9jGFCbWVXMDfZZS8LaU28gYvjd1GJpIV--TWfClOOTx-OUyeVn1FO9qa6wEVylafMh6EWvfUTvbMGcHzAK7gc6bqh_PZcDGTgiFE-g01PYw"], ["oauth_expires_at", "2017-11-15 20:17:54 +0000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(234)-394-1948"], ["cCN", "1234567890123456"]]
 (10.9ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 40ms (ActiveRecord: 12.3ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:17:55 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.216.207 at 2017-11-15 19:19:05 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:19:05 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 107ms (Views: 106.6ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:19:06 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:19:11 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:19:11 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/A13KNSqfE1k15oyMCjcF181VjTCZ9rIvAebnghk4QkY” for 129.81.216.207 at 2017-11-15 19:19:11 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/A13KNSqfE1k15oyMCjcF181VjTCZ9rIvAebnghk4QkY", "provider"=>"google_oauth2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."id" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 2ms (ActiveRecord: 0.2ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:19:12 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)

Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 129.81.216.207 at 2017-11-15 19:22:14 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:22:14 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 34ms (Views: 34.0ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:22:21 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/FaDIvrHcA6doiUpE4udF4G0_lBVRuMw1bkQ4PdSeQHs” for 129.81.216.207 at 2017-11-15 19:22:21 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/FaDIvrHcA6doiUpE4udF4G0_lBVRuMw1bkQ4PdSeQHs", "provider"=>"google_oauth2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."id" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.2ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:22:21 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.207 at 2017-11-15 19:22:31 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.5ms)

Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.216.207 at 2017-11-15 19:22:34 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:22:40 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4%2F17mFhS31S4qdFUD2vINkzyhbe85jQwvCsx2dLYo8E0Y” for 129.81.216.207 at 2017-11-15 19:23:23 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/17mFhS31S4qdFUD2vINkzyhbe85jQwvCsx2dLYo8E0Y", "provider"=>"google_oauth2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."id" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.2ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:23:23 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4%2F17mFhS31S4qdFUD2vINkzyhbe85jQwvCsx2dLYo8E0Y” for 129.81.216.207 at 2017-11-15 19:24:31 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. (google_oauth2) Authentication failure! invalid_credentials: OAuth2::Error, invalid_grant: Code was already redeemed. {

"error" : "invalid_grant",
"error_description" : "Code was already redeemed."

}

OAuth2::Error (invalid_grant: Code was already redeemed. {

"error" : "invalid_grant",
"error_description" : "Code was already redeemed."

}):

oauth2 (0.8.1) lib/oauth2/client.rb:108:in `request'
oauth2 (0.8.1) lib/oauth2/client.rb:131:in `get_token'
oauth2 (0.8.1) lib/oauth2/strategy/auth_code.rb:29:in `get_token'
omniauth-oauth2 (1.0.3) lib/omniauth/strategies/oauth2.rb:87:in `build_access_token'
omniauth-google-oauth2 (0.2.2) lib/omniauth/strategies/google_oauth2.rb:72:in `custom_build_access_token'
omniauth-oauth2 (1.0.3) lib/omniauth/strategies/oauth2.rb:62:in `callback_phase'
omniauth (1.7.1) lib/omniauth/strategy.rb:236:in `callback_call'
omniauth (1.7.1) lib/omniauth/strategy.rb:188:in `call!'
omniauth (1.7.1) lib/omniauth/strategy.rb:168:in `call'
omniauth (1.7.1) lib/omniauth/strategy.rb:190:in `call!'
omniauth (1.7.1) lib/omniauth/strategy.rb:168:in `call'
omniauth (1.7.1) lib/omniauth/builder.rb:63:in `call'
rack (1.6.8) lib/rack/etag.rb:24:in `call'
rack (1.6.8) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.8) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.8) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.8) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (37.2ms)

Started GET “/signout” for 129.81.216.207 at 2017-11-15 19:24:59 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:24:59 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback” for 129.81.216.207 at 2017-11-15 19:25:09 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. (google_oauth2) Authentication failure! invalid_credentials: OAuth2::Error, invalid_request: Missing required parameter: code {

"error" : "invalid_request",
"error_description" : "Missing required parameter: code"

}

OAuth2::Error (invalid_request: Missing required parameter: code {

"error" : "invalid_request",
"error_description" : "Missing required parameter: code"

}):

oauth2 (0.8.1) lib/oauth2/client.rb:108:in `request'
oauth2 (0.8.1) lib/oauth2/client.rb:131:in `get_token'
oauth2 (0.8.1) lib/oauth2/strategy/auth_code.rb:29:in `get_token'
omniauth-oauth2 (1.0.3) lib/omniauth/strategies/oauth2.rb:87:in `build_access_token'
omniauth-google-oauth2 (0.2.2) lib/omniauth/strategies/google_oauth2.rb:72:in `custom_build_access_token'
omniauth-oauth2 (1.0.3) lib/omniauth/strategies/oauth2.rb:62:in `callback_phase'
omniauth (1.7.1) lib/omniauth/strategy.rb:236:in `callback_call'
omniauth (1.7.1) lib/omniauth/strategy.rb:188:in `call!'
omniauth (1.7.1) lib/omniauth/strategy.rb:168:in `call'
omniauth (1.7.1) lib/omniauth/strategy.rb:190:in `call!'
omniauth (1.7.1) lib/omniauth/strategy.rb:168:in `call'
omniauth (1.7.1) lib/omniauth/builder.rb:63:in `call'
rack (1.6.8) lib/rack/etag.rb:24:in `call'
rack (1.6.8) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.8) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.8) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.8) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (37.7ms)

Started GET “/” for 129.81.216.207 at 2017-11-15 19:31:40 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:48:16 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 40ms (Views: 39.0ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:48:18 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2” for 129.81.216.207 at 2017-11-15 19:48:18 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/google_oauth2/callback?code=4/cpBJ4UkuQi0fgdASnrSwhSFOhe0LPnENOg7GR_u59NI” for 129.81.216.207 at 2017-11-15 19:48:18 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/cpBJ4UkuQi0fgdASnrSwhSFOhe0LPnENOg7GR_u59NI", "provider"=>"google_oauth2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."id" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 14ms (ActiveRecord: 1.2ms)

Started GET “/login” for 129.81.216.207 at 2017-11-15 19:48:18 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.4ms)

Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.207 at 2017-11-15 19:48:19 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.6ms)

Completed 200 OK in 52ms (Views: 47.5ms | ActiveRecord: 1.0ms)

Started GET “/bikes/1” for 129.81.216.207 at 2017-11-15 19:48:21 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.7ms)
Rendered bikes/show.html.erb within layouts/application (2.5ms)

Completed 200 OK in 37ms (Views: 32.4ms | ActiveRecord: 0.3ms)

Started GET “/bikes/1/switchAvailability” for 129.81.216.207 at 2017-11-15 19:48:23 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."id" = ?  [["availability", "f"], ["id", 1]]
 (6.8ms)  commit transaction
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/1 Completed 302 Found in 13ms (ActiveRecord: 7.7ms)

Started GET “/bikes/1” for 129.81.216.207 at 2017-11-15 19:48:24 +0000 Cannot render console from 129.81.216.207! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"1"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."id" = ? LIMIT 1  [["id", 1]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.73.230 at 2017-11-15 23:52:35 +0000 Cannot render console from 129.81.73.230! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 358ms (Views: 348.1ms | ActiveRecord: 0.7ms)

Started GET “/renters/1/” for 129.81.73.230 at 2017-11-15 23:52:41 +0000 Cannot render console from 129.81.73.230! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/_renter_nav.html.erb (1.1ms)
Rendered renters/show.html.erb within layouts/application (7.0ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 81ms (Views: 79.2ms | ActiveRecord: 0.3ms)

Started GET “/login” for 129.81.73.230 at 2017-11-15 23:52:43 +0000 Cannot render console from 129.81.73.230! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 56ms (Views: 53.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/1/” for 129.81.73.230 at 2017-11-15 23:53:04 +0000 Cannot render console from 129.81.73.230! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/show.html.erb within layouts/application (1.0ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.3ms)

Started GET “/renters” for 129.81.73.230 at 2017-11-15 23:53:07 +0000 Cannot render console from 129.81.73.230! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (12.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.5ms)

Started GET “/renters/1/” for 129.81.73.230 at 2017-11-15 23:53:08 +0000 Cannot render console from 129.81.73.230! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/show.html.erb within layouts/application (1.0ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.73.230 at 2017-11-15 23:53:11 +0000 Cannot render console from 129.81.73.230! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.6ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (32.5ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 59ms (Views: 54.7ms | ActiveRecord: 1.1ms)

Started GET “/” for 129.81.39.47 at 2017-11-16 17:59:15 +0000 Cannot render console from 129.81.39.47! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.1ms)
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 386ms (Views: 375.8ms | ActiveRecord: 1.3ms)

Started GET “/login” for 129.81.39.47 at 2017-11-16 17:59:18 +0000 Cannot render console from 129.81.39.47! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 65ms (Views: 64.1ms | ActiveRecord: 0.1ms)

Started GET “/renters/1/” for 129.81.39.47 at 2017-11-16 17:59:20 +0000 Cannot render console from 129.81.39.47! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/_renter_nav.html.erb (3.0ms)
Rendered renters/show.html.erb within layouts/application (11.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 65ms (Views: 63.1ms | ActiveRecord: 0.4ms)

Started GET “/renters” for 129.81.39.47 at 2017-11-16 17:59:23 +0000 Cannot render console from 129.81.39.47! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Rendered renters/_renter_nav.html.erb (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (14.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 43ms (Views: 41.8ms | ActiveRecord: 0.5ms)

Started GET “/renters/1” for 129.81.39.47 at 2017-11-16 18:02:38 +0000 Cannot render console from 129.81.39.47! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/_renter_nav.html.erb (0.6ms)
Rendered renters/show.html.erb within layouts/application (1.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.3ms)

Started GET “/tickets” for 129.81.39.47 at 2017-11-16 18:02:38 +0000 Cannot render console from 129.81.39.47! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#index as HTML

Ticket Load (1.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 10 OFFSET 0
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Rendered tickets/index.html.erb within layouts/application (14.6ms)

Completed 200 OK in 47ms (Views: 40.4ms | ActiveRecord: 2.0ms)

Started GET “/” for 129.81.200.9 at 2017-11-16 18:30:42 +0000 Cannot render console from 129.81.200.9! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (3.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 441ms (Views: 428.0ms | ActiveRecord: 0.8ms)

Started GET “/renters/1/” for 129.81.200.9 at 2017-11-16 18:30:44 +0000 Cannot render console from 129.81.200.9! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/_renter_nav.html.erb (2.2ms)
Rendered renters/show.html.erb within layouts/application (10.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 93ms (Views: 91.0ms | ActiveRecord: 0.4ms)

Started GET “/tickets” for 129.81.200.9 at 2017-11-16 18:30:46 +0000 Cannot render console from 129.81.200.9! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#index as HTML

Ticket Load (1.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 10 OFFSET 0
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
 (0.9ms)  SELECT COUNT(*) FROM "tickets"
Rendered tickets/index.html.erb within layouts/application (54.5ms)

Completed 200 OK in 100ms (Views: 86.3ms | ActiveRecord: 3.6ms)

Started GET “/” for 129.81.200.9 at 2017-11-16 18:32:28 +0000 Cannot render console from 129.81.200.9! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 327ms (Views: 316.9ms | ActiveRecord: 0.8ms)

Started GET “/bikes” for 129.81.200.9 at 2017-11-16 18:32:32 +0000 Cannot render console from 129.81.200.9! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.3ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (120.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 201ms (Views: 190.7ms | ActiveRecord: 1.6ms)

Started GET “/renters/1/” for 129.81.200.9 at 2017-11-16 18:32:32 +0000 Cannot render console from 129.81.200.9! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"1"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
Rendered renters/_renter_nav.html.erb (1.5ms)
Rendered renters/show.html.erb within layouts/application (9.7ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]

Completed 200 OK in 45ms (Views: 43.4ms | ActiveRecord: 0.3ms)

Started GET “/tickets” for 129.81.200.9 at 2017-11-16 18:32:34 +0000 Cannot render console from 129.81.200.9! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 10 OFFSET 0
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."id" = ? LIMIT 1  [["id", 1]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Rendered tickets/index.html.erb within layouts/application (14.3ms)

Completed 200 OK in 48ms (Views: 43.4ms | ActiveRecord: 0.8ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:15:47 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.1ms)

Completed 200 OK in 450ms (Views: 440.1ms | ActiveRecord: 0.0ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/normalize.self-ca82ae4e32be14ed6a8b877c61be0c6c17483a753727779fdaf40754f74c6d86.css?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-a716c31b0d849137c642a0c263571fa27a55ad540da3706245f376084f93f775.css?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/rsz_rentul_logo-5c35aeb51b3c82d276c2914bee33ada2add72354581794d91445fd7f7a43bcf9.jpg” for 129.81.216.177 at 2017-11-24 20:15:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.216.177 at 2017-11-24 20:15:49 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:15:49 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.8ms)

Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.177 at 2017-11-24 20:15:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.177 at 2017-11-24 20:15:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:15:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.6ms)

Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.177 at 2017-11-24 20:15:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.177 at 2017-11-24 20:15:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:15:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 33ms (Views: 32.6ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4/1-Lt3X_-VOvSLNsRJQFJRXbUZC8ElI3bC7dry_n6wGY” for 129.81.216.177 at 2017-11-24 20:15:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/1-Lt3X_-VOvSLNsRJQFJRXbUZC8ElI3bC7dry_n6wGY", "provider"=>"google_oauth2"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 35ms (ActiveRecord: 0.6ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:15:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:15:53 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)

NoMethodError (undefined method `page' for nil:NilClass):

app/controllers/bikes_controller.rb:6:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (122.3ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:18:12 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 367ms (Views: 355.8ms | ActiveRecord: 0.7ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:18:14 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 79ms (Views: 78.2ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:18:16 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.5ms)

NoMethodError (undefined method `page' for nil:NilClass):

app/controllers/bikes_controller.rb:6:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.8ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:19:01 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 379ms (Views: 368.8ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:19:03 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.5ms)

NoMethodError (undefined method `page' for nil:NilClass):

app/controllers/bikes_controller.rb:7:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.0ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:19:25 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 364ms (Views: 353.7ms | ActiveRecord: 0.6ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:19:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 74ms (Views: 73.0ms | ActiveRecord: 0.2ms)

Started GET “/signout” for 129.81.216.177 at 2017-11-24 20:19:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:19:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 59ms (Views: 56.5ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:19:29 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/index.html.erb within layouts/application (2.0ms)

Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)

SyntaxError (/home/ubuntu/workspace/app/views/bikes/index.html.erb:77: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/bikes/index.html.erb:79: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/bikes/index.html.erb:77: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/bikes/index.html.erb:79: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.6ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:20:45 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.1ms)

Completed 200 OK in 341ms (Views: 328.3ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:20:47 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.8ms)

Completed 200 OK in 35ms (Views: 34.1ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:20:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.6ms)
Bike Load (1.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (156.5ms)

Completed 200 OK in 207ms (Views: 189.2ms | ActiveRecord: 1.7ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:20:54 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.177 at 2017-11-24 20:20:55 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.177 at 2017-11-24 20:20:55 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:20:55 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.6ms)

Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.177 at 2017-11-24 20:20:55 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.177 at 2017-11-24 20:20:55 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:20:55 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4/7AgEtCLi8quVzBNOukkGum2hmrB8ilLKH51y24r_xHI” for 129.81.216.177 at 2017-11-24 20:20:55 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/7AgEtCLi8quVzBNOukkGum2hmrB8ilLKH51y24r_xHI", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 23ms (ActiveRecord: 0.5ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:20:55 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:20:57 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.4ms)

NoMethodError (undefined method `page' for nil:NilClass):

app/controllers/bikes_controller.rb:8:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.3ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:24:20 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.0ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 355ms (Views: 344.7ms | ActiveRecord: 0.7ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:24:22 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 80ms (Views: 78.8ms | ActiveRecord: 0.2ms)

Started GET “/signout” for 129.81.216.177 at 2017-11-24 20:24:23 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:24:23 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 56ms (Views: 53.8ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:24:25 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.6ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (53.8ms)

Completed 200 OK in 85ms (Views: 77.6ms | ActiveRecord: 0.7ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:24:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.177 at 2017-11-24 20:24:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.177 at 2017-11-24 20:24:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:24:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)

Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.177 at 2017-11-24 20:24:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.177 at 2017-11-24 20:24:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:24:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4/5rR2t-QeJDsRkD0tylCjY9bqr6e4cvSuPJ96McHUVuU” for 129.81.216.177 at 2017-11-24 20:24:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/5rR2t-QeJDsRkD0tylCjY9bqr6e4cvSuPJ96McHUVuU", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 2ms (ActiveRecord: 0.3ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:24:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 40ms (Views: 39.1ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:24:29 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets"  ORDER BY "tickets"."ticket" ASC LIMIT 3

Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.7ms)

NoMethodError (undefined method `page' for #<Array:0x007fd1127fa2e8>):

app/controllers/bikes_controller.rb:10:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.7ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:29:03 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 361ms (Views: 351.0ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:29:05 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.7ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
Rendered bikes/index.html.erb within layouts/application (53.1ms)

Completed 500 Internal Server Error in 97ms (ActiveRecord: 0.8ms)

ActionView::Template::Error (undefined method `active' for #<Ticket:0x007f17394f6418> Did you mean? acts_like?):

  11:                 
  12:                 <div class="dataBlock">
  13:                         
  14:                         <% if t.active %>
  15:                                 <div class="dataBike available">
  16:                         <% else %>
  17:                                 <div class ="dataBike unavailable">
app/views/bikes/index.html.erb:14:in `block in _app_views_bikes_index_html_erb___260596967833651684_39676980'
app/views/bikes/index.html.erb:10:in `_app_views_bikes_index_html_erb___260596967833651684_39676980'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.2ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:33:24 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 361ms (Views: 350.7ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:33:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.0ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
Rendered bikes/index.html.erb within layouts/application (64.4ms)

Completed 500 Internal Server Error in 93ms (ActiveRecord: 0.8ms)

ActionView::Template::Error (undefined method `active?' for #<Ticket:0x007f3e7144d318> Did you mean? acts_like?):

  11:                 
  12:                 <div class="dataBlock">
  13:                         
  14:                         <% if t.active? %>
  15:                                 <div class="dataBike available">
  16:                         <% else %>
  17:                                 <div class ="dataBike unavailable">
app/views/bikes/index.html.erb:14:in `block in _app_views_bikes_index_html_erb___4314741827901320822_17357720'
app/views/bikes/index.html.erb:10:in `_app_views_bikes_index_html_erb___4314741827901320822_17357720'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.9ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:36:20 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 373ms (Views: 362.1ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:36:22 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.2ms)
Ticket Load (0.9ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
Rendered bikes/index.html.erb within layouts/application (64.5ms)

Completed 500 Internal Server Error in 93ms (ActiveRecord: 1.4ms)

ActionView::Template::Error (undefined method `active' for #<Ticket:0x007f6611411f30> Did you mean? acts_like?):

  11:                 
  12:                 <div class="dataBlock">
  13:                         <%= t %>
  14:                         <% if t.active %>
  15:                                 <div class="dataBike available">
  16:                         <% else %>
  17:                                 <div class ="dataBike unavailable">
app/views/bikes/index.html.erb:14:in `block in _app_views_bikes_index_html_erb___4258222354846427920_18441580'
app/views/bikes/index.html.erb:10:in `_app_views_bikes_index_html_erb___4258222354846427920_18441580'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.4ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:40:21 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (3.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 380ms (Views: 370.3ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:40:24 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.2ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
Rendered bikes/index.html.erb within layouts/application (51.8ms)

Completed 500 Internal Server Error in 94ms (ActiveRecord: 0.9ms)

ActionView::Template::Error (undefined method `active' for #<Ticket:0x007f234947f1f8> Did you mean? acts_like?):

  11:                 
  12:                 <div class="dataBlock">
  13:                         <%= t %>
  14:                         <% if t.active %>
  15:                                 <div class="dataBike available">
  16:                         <% else %>
  17:                                 <div class ="dataBike unavailable">
app/views/bikes/index.html.erb:14:in `block in _app_views_bikes_index_html_erb___3318495944546057297_28655520'
app/views/bikes/index.html.erb:10:in `_app_views_bikes_index_html_erb___3318495944546057297_28655520'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.7ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:41:18 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.0ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 373ms (Views: 362.3ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:41:20 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
Rendered bikes/index.html.erb within layouts/application (69.2ms)

Completed 500 Internal Server Error in 102ms (ActiveRecord: 0.9ms)

ActionView::Template::Error (undefined method `active' for #<Ticket:0x007f9d1d491710> Did you mean? acts_like?):

  11:                 
  12:                 <!--<div class="dataBlock">-->
  13:                 <!--    <%= t %>-->
  14:                 <!--    <% if t.active %>-->
  15:                 <!--            <div class="dataBike available">-->
  16:                 <!--    <% else %>-->
  17:                 <!--            <div class ="dataBike unavailable">-->
app/views/bikes/index.html.erb:14:in `block in _app_views_bikes_index_html_erb___3798925745008219386_33396360'
app/views/bikes/index.html.erb:10:in `_app_views_bikes_index_html_erb___3798925745008219386_33396360'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.0ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:42:39 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 372ms (Views: 361.4ms | ActiveRecord: 0.5ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:42:41 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 80ms (Views: 78.9ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:42:42 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.0ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
Rendered bikes/index.html.erb within layouts/application (65.3ms)

Completed 500 Internal Server Error in 111ms (ActiveRecord: 2.5ms)

ActionView::Template::Error (undefined method `total_fare' for #<Class:0x007f3b4995c8c0>):

  20:                 <!--            <p><%= t.renterName %></p>-->
  21:                 <!--            <p><%= t.renterID %></p>-->
  22:                 <!--            <p><%= t.checkout.strftime("%m/%d/%Y") %></p>-->
  23:                 <!--            <p><%= Ticket.total_fare(t) %></p>-->
  24:                 <!--            <p>% if t.active %>-->
  25:                 <!--                            <a href="/bikes/<%= t.bikeid %>/switchAvailability">CHECK IN</a>-->
  26:                 <!--                    % else %>-->
app/views/bikes/index.html.erb:23:in `block in _app_views_bikes_index_html_erb__3858021369935454585_69946309762840'
app/views/bikes/index.html.erb:10:in `_app_views_bikes_index_html_erb__3858021369935454585_69946309762840'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.5ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:43:14 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 378ms (Views: 367.7ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:43:16 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (3.6ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
Rendered bikes/index.html.erb within layouts/application (144.0ms)

Completed 500 Internal Server Error in 178ms (ActiveRecord: 1.0ms)

ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Tickets):

  20:                 <!--            <p><%= t.renterName %></p>-->
  21:                 <!--            <p><%= t.renterID %></p>-->
  22:                 <!--            <p><%= t.checkout.strftime("%m/%d/%Y") %></p>-->
  23:                 <!--            <p><%= Tickets.total_fare(t) %></p>-->
  24:                 <!--            <p>% if t.active %>-->
  25:                 <!--                            <a href="/bikes/<%= t.bikeid %>/switchAvailability">CHECK IN</a>-->
  26:                 <!--                    % else %>-->
app/views/bikes/index.html.erb:23:in `block in _app_views_bikes_index_html_erb__2340701623098584001_40149960'
app/views/bikes/index.html.erb:10:in `_app_views_bikes_index_html_erb__2340701623098584001_40149960'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.1ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:43:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 365ms (Views: 354.7ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:43:30 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.1ms)
Ticket Load (0.9ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (128.2ms)

Completed 200 OK in 190ms (Views: 165.6ms | ActiveRecord: 2.3ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:43:55 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 367ms (Views: 356.4ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:43:57 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.5ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (145.1ms)

Completed 200 OK in 222ms (Views: 197.2ms | ActiveRecord: 2.1ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:44:45 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 379ms (Views: 368.5ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:44:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (3.6ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (1.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (213.1ms)

Completed 200 OK in 280ms (Views: 251.2ms | ActiveRecord: 3.1ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.177 at 2017-11-24 20:44:59 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/” for 129.81.216.177 at 2017-11-24 20:44:59 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (1.1ms)
Rendered renters/show.html.erb within layouts/application (3.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 53ms (Views: 50.9ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:44:59 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.177 at 2017-11-24 20:44:59 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:44:59 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.177 at 2017-11-24 20:44:59 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:44:59 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.1ms)

Started GET “/tickets” for 129.81.216.177 at 2017-11-24 20:45:00 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 10 OFFSET 0
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Rendered tickets/index.html.erb within layouts/application (5.1ms)

Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:45:04 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.2ms)

Completed 200 OK in 41ms (Views: 37.6ms | ActiveRecord: 1.1ms)

Started GET “/bikes/A1003” for 129.81.216.177 at 2017-11-24 20:45:05 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Rendered bikes/_bike_nav.html.erb (0.6ms)
Rendered bikes/show.html.erb within layouts/application (2.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.5ms)

Started GET “/bikes/favicon.ico” for 129.81.216.177 at 2017-11-24 20:45:06 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "favicon"]]

Completed 404 Not Found in 3ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'bikeid'=favicon):

app/controllers/bikes_controller.rb:21:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.6ms)

Started GET “/bikes/favicon.ico” for 129.81.216.177 at 2017-11-24 20:45:06 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "favicon"]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'bikeid'=favicon):

app/controllers/bikes_controller.rb:21:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.4ms)

Started GET “/bikes/A1003/switchAvailability” for 129.81.216.177 at 2017-11-24 20:45:08 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)

ActiveRecord::UnknownAttributeError (unknown attribute 'active' for Ticket.):

app/controllers/bikes_controller.rb:47:in `switchAvailability'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.5ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.216.177 at 2017-11-24 20:45:08 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:45:08 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.216.177 at 2017-11-24 20:45:08 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:45:08 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.2ms)

 (10.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (8.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (10.4ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (9.9ms)  commit transaction

Migrating to CreateTickets (20171112001048)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171112001048"]]
 (11.6ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (10.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (10.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (8.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (8.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (9.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (8.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (8.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (11.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (10.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (8.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (9.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (8.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("ticket", "renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "checkin", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["ticket", "TN123"], ["renterID", "1"], ["renterName", "Andre Rinconl"], ["email", "arinconl@tulane.edu"], ["bikeid", "A1000"], ["cCN", "1234567891001000"], ["serialnumber", 12345], ["checkout", "2017-10-01 17:00:00.000000"], ["checkin", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-11-24 20:46:51.024818"], ["updated_at", "2017-11-24 20:46:51.024818"]]
 (7.6ms)  commit transaction

Started GET “/” for 129.81.216.177 at 2017-11-24 20:46:58 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 348ms (ActiveRecord: 0.6ms)

ActiveRecord::RecordNotFound (Couldn't find Renter with 'renterID'=112341991710336885500):

app/controllers/application_controller.rb:13:in `current_user'
app/views/layouts/application.html.erb:40:in `_app_views_layouts_application_html_erb__1767284442669559231_45830240'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.3ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-a716c31b0d849137c642a0c263571fa27a55ad540da3706245f376084f93f775.css?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/normalize.self-ca82ae4e32be14ed6a8b877c61be0c6c17483a753727779fdaf40754f74c6d86.css?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/rsz_rentul_logo-5c35aeb51b3c82d276c2914bee33ada2add72354581794d91445fd7f7a43bcf9.jpg” for 129.81.216.177 at 2017-11-24 20:47:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.216.177 at 2017-11-24 20:47:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:47:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.0ms)

Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.177 at 2017-11-24 20:47:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.177 at 2017-11-24 20:47:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:47:29 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)

Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.177 at 2017-11-24 20:47:29 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.177 at 2017-11-24 20:47:29 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:47:29 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4%2FfSuJ5q57o0mVj0c294kgTM5JI7B0Ve7JBkB0Tt2CO5s” for 129.81.216.177 at 2017-11-24 20:47:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/fSuJ5q57o0mVj0c294kgTM5JI7B0Ve7JBkB0Tt2CO5s", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "renters" ("provider", "renterID", "renterName", "oauth_token", "oauth_expires_at", "email", "phone", "cCN") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["oauth_token", "ya29.GlwOBUGt51Y7w9ca22XcQX2iUebxskVTMrFXg5SR95v8TuIce7OLybA8Hq5ezUBPxH9FtABEBnr7OYThVXOj6zNiNwarcFaZvZbfTwTn8Vwc0PxdJWiog0tKJevvLw"], ["oauth_expires_at", "2017-11-24 21:47:34 +0000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(234)-394-1948"], ["cCN", "1234567890123456"]]
 (11.7ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 27ms (ActiveRecord: 12.8ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 20:47:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 20:47:41 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:47:44 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.9ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (126.2ms)

Completed 200 OK in 168ms (Views: 151.9ms | ActiveRecord: 1.7ms)

Started GET “/bikes/A1000” for 129.81.216.177 at 2017-11-24 20:47:46 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/show.html.erb within layouts/application (1.9ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 27ms (Views: 24.6ms | ActiveRecord: 0.5ms)

Started GET “/bikes/A1000/switchAvailability” for 129.81.216.177 at 2017-11-24 20:47:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.2ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("ticket", "renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["ticket", "TN123"], ["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1000"], ["cCN", "1234567890123456"], ["serialnumber", 23365], ["checkout", "2017-11-24 20:47:48.647621"], ["location", "Stanley Thomas"], ["fare", 5.0], ["active", "t"], ["created_at", "2017-11-24 20:47:48.649351"], ["updated_at", "2017-11-24 20:47:48.649351"]]
 (11.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1000"]]
 (9.1ms)  commit transaction
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/A1000 Completed 302 Found in 31ms (ActiveRecord: 22.2ms)

Started GET “/bikes/A1000” for 129.81.216.177 at 2017-11-24 20:47:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (1.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.3ms)

Started GET “/bikes/A1000/favicon.ico” for 129.81.216.177 at 2017-11-24 20:47:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:47:48 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:47:52 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.3ms)

NoMethodError (undefined method `page' for #<Ticket:0x007f65656e9bb0>):

app/controllers/bikes_controller.rb:8:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.8ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:48:17 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)

NoMethodError (undefined method `page' for #<Ticket:0x007f6566287d78>):

app/controllers/bikes_controller.rb:8:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.2ms)

Started GET “/bikes/A1000” for 129.81.216.177 at 2017-11-24 20:48:18 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (1.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.3ms)

Started GET “/bikes/A1004” for 129.81.216.177 at 2017-11-24 20:48:21 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (1.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.3ms)

Started GET “/bikes/A1004/switchAvailability” for 129.81.216.177 at 2017-11-24 20:48:24 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "tickets" ("ticket", "renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["ticket", "TN123"], ["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1004"], ["cCN", "1234567890123456"], ["serialnumber", 90503], ["checkout", "2017-11-24 20:48:24.086562"], ["location", "Newcomb"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-11-24 20:48:24.087694"], ["updated_at", "2017-11-24 20:48:24.087694"]]
 (13.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1004"]]
 (8.9ms)  commit transaction
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/A1004 Completed 302 Found in 31ms (ActiveRecord: 23.4ms)

Started GET “/bikes/A1004/favicon.ico” for 129.81.216.177 at 2017-11-24 20:48:24 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1004” for 129.81.216.177 at 2017-11-24 20:48:24 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.177 at 2017-11-24 20:48:24 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 20:48:25 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)

NoMethodError (undefined method `page' for #<Ticket:0x007f6558088c60>):

app/controllers/bikes_controller.rb:8:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.8ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 21:06:37 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 353ms (Views: 342.6ms | ActiveRecord: 0.5ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 21:06:39 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 78ms (Views: 77.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.177 at 2017-11-24 21:06:40 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (3.5ms)
Rendered renters/show.html.erb within layouts/application (14.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 74ms (Views: 71.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.177 at 2017-11-24 21:06:40 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 21:06:40 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.1ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.177 at 2017-11-24 21:06:40 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 21:06:40 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.1ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.177 at 2017-11-24 21:06:40 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 21:06:40 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.2ms)

Started GET “/tickets” for 129.81.216.177 at 2017-11-24 21:06:41 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 10 OFFSET 0
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Rendered tickets/index.html.erb within layouts/application (32.8ms)

Completed 200 OK in 66ms (Views: 56.4ms | ActiveRecord: 0.8ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:06:43 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `build_ticket' for #<Class:0x007f2d183db188>):

app/controllers/bikes_controller.rb:6:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.6ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 21:14:22 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.1ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 372ms (Views: 361.3ms | ActiveRecord: 0.6ms)

Started GET “/login” for 129.81.216.177 at 2017-11-24 21:14:25 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 82ms (Views: 80.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.177 at 2017-11-24 21:14:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (3.5ms)
Rendered renters/show.html.erb within layouts/application (15.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 73ms (Views: 70.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.177 at 2017-11-24 21:14:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.177 at 2017-11-24 21:14:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 21:14:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 34ms (Views: 33.0ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.177 at 2017-11-24 21:14:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.1ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.177 at 2017-11-24 21:14:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 21:14:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.2ms)

Started GET “/tickets” for 129.81.216.177 at 2017-11-24 21:14:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 10 OFFSET 0
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Rendered tickets/index.html.erb within layouts/application (23.9ms)

Completed 200 OK in 59ms (Views: 49.4ms | ActiveRecord: 1.0ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:14:30 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.9ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (32.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 74ms (Views: 58.9ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:21:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (33.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 104ms (Views: 100.1ms | ActiveRecord: 1.7ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:21:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 45ms (Views: 41.9ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:21:36 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 42ms (Views: 38.9ms | ActiveRecord: 1.5ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:21:37 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 40ms (Views: 37.3ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:21:38 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.5ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 41ms (Views: 37.5ms | ActiveRecord: 1.4ms)

Started GET “/pricing” for 129.81.216.177 at 2017-11-24 21:21:38 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#pricing as HTML

Rendered home/pricing.html.erb within layouts/application (0.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:21:39 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (31.0ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 58ms (Views: 54.4ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:22:22 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.5ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 42ms (Views: 38.8ms | ActiveRecord: 1.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:22:24 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.5ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 47ms (Views: 42.7ms | ActiveRecord: 2.1ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:22:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
Rendered bikes/index.html.erb within layouts/application (16.1ms)

Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.7ms)

ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Tickets):

  19:                                 <p><%= t.renterName %></p>
  20:                                 <p><%= t.renterID %></p>
  21:                                 <p><%= t.checkout.strftime("%m/%d/%Y") %></p>
  22:                                 <p><%= Tickets.total_fare(t) %></p>
  23:                                 <p><% if t.active %>
  24:                                                 <a href="/bikes/<%= t.bikeid %>/switchAvailability">CHECK IN</a>
  25:                                         <% else %>
app/views/bikes/index.html.erb:22:in `block in _app_views_bikes_index_html_erb___2653958222856111727_70190217414460'
app/views/bikes/index.html.erb:10:in `_app_views_bikes_index_html_erb___2653958222856111727_70190217414460'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.8ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:24:57 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.216.177 at 2017-11-24 21:24:58 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:25:53 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 44ms (Views: 40.4ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.216.177 at 2017-11-24 21:25:54 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/B1003” for 129.81.216.177 at 2017-11-24 21:26:18 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"B1003"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1003"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (2.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.5ms)

Started GET “/bikes/B1003/switchAvailability” for 129.81.216.177 at 2017-11-24 21:26:20 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"B1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.6ms)  INSERT INTO "tickets" ("ticket", "renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["ticket", "TN123"], ["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "B1003"], ["cCN", "1234567890123456"], ["serialnumber", 20819], ["checkout", "2017-11-24 21:26:20.438869"], ["location", "Bruff"], ["fare", 7.5], ["active", "t"], ["created_at", "2017-11-24 21:26:20.444091"], ["updated_at", "2017-11-24 21:26:20.444091"]]
 (13.6ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "B1003"]]
 (13.2ms)  commit transaction
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1003"]]

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/B1003 Completed 302 Found in 44ms (ActiveRecord: 28.9ms)

Started GET “/bikes/B1003/favicon.ico” for 129.81.216.177 at 2017-11-24 21:26:20 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/B1003” for 129.81.216.177 at 2017-11-24 21:26:20 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"B1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1003"]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/show.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.177 at 2017-11-24 21:26:20 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 32ms (Views: 31.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:26:21 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 165ms (Views: 160.9ms | ActiveRecord: 1.6ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:24 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (1.1ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (31.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 112ms (Views: 109.0ms | ActiveRecord: 1.5ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.8ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 54ms (Views: 50.8ms | ActiveRecord: 1.6ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:26 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 60ms (Views: 55.9ms | ActiveRecord: 1.6ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:27 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 55ms (Views: 52.2ms | ActiveRecord: 1.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 58ms (Views: 54.9ms | ActiveRecord: 1.8ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.5ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (29.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 70ms (Views: 66.0ms | ActiveRecord: 1.8ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:29 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 53ms (Views: 49.7ms | ActiveRecord: 1.5ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:29 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 58ms (Views: 54.9ms | ActiveRecord: 1.5ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:30 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (34.2ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 63ms (Views: 59.9ms | ActiveRecord: 1.5ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:31 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 53ms (Views: 50.1ms | ActiveRecord: 1.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:32 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 55ms (Views: 51.2ms | ActiveRecord: 1.6ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:26:33 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 55ms (Views: 52.1ms | ActiveRecord: 1.5ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:26:33 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.5ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 56ms (Views: 52.3ms | ActiveRecord: 1.4ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:26:33 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.0ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 69ms (Views: 65.4ms | ActiveRecord: 1.6ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:26:34 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 54ms (Views: 50.7ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:26:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 50ms (Views: 46.4ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.216.177 at 2017-11-24 21:26:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:37 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.5ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 60ms (Views: 56.0ms | ActiveRecord: 1.7ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:26:38 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 58ms (Views: 54.4ms | ActiveRecord: 1.6ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:49 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 66ms (Views: 62.7ms | ActiveRecord: 1.7ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:50 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 59ms (Views: 55.1ms | ActiveRecord: 1.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:50 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 1.5ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:50 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 53ms (Views: 49.4ms | ActiveRecord: 1.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:26:50 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 55ms (Views: 52.0ms | ActiveRecord: 1.6ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 21:30:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (1.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 395ms (Views: 384.8ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:30:53 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (1.6ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (166.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 231ms (Views: 203.3ms | ActiveRecord: 2.2ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:30:57 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (1.0ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 179ms (Views: 175.3ms | ActiveRecord: 1.4ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:30:58 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 49ms (Views: 46.1ms | ActiveRecord: 1.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:30:59 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.6ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.3ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (34.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 68ms (Views: 62.9ms | ActiveRecord: 2.0ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:30:59 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 51ms (Views: 47.7ms | ActiveRecord: 1.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:31:00 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 49ms (Views: 45.7ms | ActiveRecord: 1.3ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:31:00 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (34.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 70ms (Views: 67.0ms | ActiveRecord: 1.4ms)

Started GET “/” for 129.81.216.177 at 2017-11-24 21:33:15 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.4ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 399ms (Views: 388.2ms | ActiveRecord: 0.7ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:33:17 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (2.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (160.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 218ms (Views: 192.1ms | ActiveRecord: 3.2ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:33:19 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (1.0ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (37.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 66ms (Views: 62.1ms | ActiveRecord: 1.7ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:33:20 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 52ms (Views: 49.0ms | ActiveRecord: 1.4ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:33:22 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 61ms (Views: 57.6ms | ActiveRecord: 1.4ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:33:22 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.7ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 54ms (Views: 50.7ms | ActiveRecord: 1.3ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:33:22 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 53ms (Views: 49.2ms | ActiveRecord: 1.5ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:33:22 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 69ms (Views: 65.9ms | ActiveRecord: 1.5ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:33:22 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 54ms (Views: 50.6ms | ActiveRecord: 1.6ms)

Started GET “/bikes?bike_page=2” for 129.81.216.177 at 2017-11-24 21:33:25 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as JS

Parameters: {"bike_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 55ms (Views: 51.8ms | ActiveRecord: 1.5ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:34:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 48ms (Views: 44.4ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.216.177 at 2017-11-24 21:34:28 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:34:29 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.2ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 47ms (Views: 43.0ms | ActiveRecord: 1.7ms)

Started GET “/bikes?bike_page=2&ticket_page=2” for 129.81.216.177 at 2017-11-24 21:34:32 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"bike_page"=>"2", "ticket_page"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (18.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 53ms (Views: 50.1ms | ActiveRecord: 1.2ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:34:34 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 55ms (Views: 51.5ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:34:36 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.6ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 49ms (Views: 45.4ms | ActiveRecord: 1.6ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:35:10 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 47ms (Views: 43.7ms | ActiveRecord: 1.6ms)

Started GET “/bikes?bike_page=2&ticket_page=2” for 129.81.216.177 at 2017-11-24 21:35:11 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"bike_page"=>"2", "ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 49ms (Views: 45.2ms | ActiveRecord: 1.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:35:13 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 46ms (Views: 42.5ms | ActiveRecord: 1.5ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:35:14 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (29.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 56ms (Views: 52.8ms | ActiveRecord: 1.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:35:25 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 48ms (Views: 44.5ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:35:31 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.5ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 51ms (Views: 47.5ms | ActiveRecord: 1.7ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:35:33 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.0ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 47ms (Views: 43.4ms | ActiveRecord: 1.5ms)

Started GET “/bikes/B1003/switchAvailability” for 129.81.216.177 at 2017-11-24 21:35:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"B1003"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "B1003"]]
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "tickets" SET "checkin" = ?, "active" = ?, "updated_at" = ? WHERE "tickets"."ticket" = ?  [["checkin", "2017-11-24 21:35:35.325633"], ["active", "f"], ["updated_at", "2017-11-24 21:35:35.331298"], ["ticket", "TN123"]]
 (12.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "t"], ["bikeid", "B1003"]]
 (9.5ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/bikes Completed 302 Found in 37ms (ActiveRecord: 23.5ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:35:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.5ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.2ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 53ms (Views: 49.0ms | ActiveRecord: 1.7ms)

Started GET “/bikes/B1003/favicon.ico” for 129.81.216.177 at 2017-11-24 21:35:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.177 at 2017-11-24 21:35:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.2ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:35:44 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 51ms (Views: 47.4ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:35:46 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 46ms (Views: 43.3ms | ActiveRecord: 1.2ms)

Started GET “/bikes/A1003” for 129.81.216.177 at 2017-11-24 21:35:51 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/show.html.erb within layouts/application (2.0ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.3ms)

Started GET “/bikes/A1003/switchAvailability” for 129.81.216.177 at 2017-11-24 21:35:53 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("ticket", "renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["ticket", "TN123"], ["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1003"], ["cCN", "1234567890123456"], ["serialnumber", 73310], ["checkout", "2017-11-24 21:35:53.301715"], ["location", "Boggs"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-11-24 21:35:53.302924"], ["updated_at", "2017-11-24 21:35:53.302924"]]
 (10.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1003"]]
 (10.7ms)  commit transaction
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/A1003 Completed 302 Found in 31ms (ActiveRecord: 22.6ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.216.177 at 2017-11-24 21:35:53 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1003” for 129.81.216.177 at 2017-11-24 21:35:53 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (1.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.177 at 2017-11-24 21:35:53 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:35:54 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 192ms (Views: 179.5ms | ActiveRecord: 1.6ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:35:56 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 98ms (Views: 94.6ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:36:00 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.2ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (18.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 43ms (Views: 39.8ms | ActiveRecord: 1.3ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:36:01 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 49ms (Views: 45.3ms | ActiveRecord: 1.4ms)

Started GET “/bikes/A1003/switchAvailability” for 129.81.216.177 at 2017-11-24 21:36:02 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "A1003"]]
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "tickets" SET "checkin" = ?, "active" = ?, "updated_at" = ? WHERE "tickets"."ticket" = ?  [["checkin", "2017-11-24 21:36:02.547503"], ["active", "f"], ["updated_at", "2017-11-24 21:36:02.549300"], ["ticket", "TN123"]]
 (11.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "t"], ["bikeid", "A1003"]]
 (10.2ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/bikes Completed 302 Found in 30ms (ActiveRecord: 22.8ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.216.177 at 2017-11-24 21:36:02 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:36:02 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 64ms (Views: 60.6ms | ActiveRecord: 1.8ms)

Started GET “/error” for 129.81.216.177 at 2017-11-24 21:36:02 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 33ms (Views: 32.4ms | ActiveRecord: 0.2ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:36:03 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.7ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 1.2ms)

Started GET “/bikes?bike_page=2&ticket_page=2” for 129.81.216.177 at 2017-11-24 21:36:30 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"bike_page"=>"2", "ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 42ms (Views: 39.3ms | ActiveRecord: 1.1ms)

Started GET “/bikes?bike_page=2&ticket_page=1” for 129.81.216.177 at 2017-11-24 21:36:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"bike_page"=>"2", "ticket_page"=>"1"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 44ms (Views: 40.6ms | ActiveRecord: 1.2ms)

Started GET “/bikes?bike_page=2&ticket_page=2” for 129.81.216.177 at 2017-11-24 21:37:12 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"bike_page"=>"2", "ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 9
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (29.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 58ms (Views: 54.8ms | ActiveRecord: 1.3ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:37:14 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.2ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.0ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 57ms (Views: 53.9ms | ActiveRecord: 1.3ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:37:16 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 184ms (Views: 181.3ms | ActiveRecord: 1.3ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:37:47 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 47ms (Views: 44.0ms | ActiveRecord: 1.4ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:38:10 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 46ms (Views: 42.7ms | ActiveRecord: 1.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.216.177 at 2017-11-24 21:38:21 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 44ms (Views: 41.0ms | ActiveRecord: 1.3ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:38:44 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 58ms (Views: 54.4ms | ActiveRecord: 1.3ms)

Started GET “/bikes” for 129.81.216.177 at 2017-11-24 21:39:34 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.2ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 51ms (Views: 47.5ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.216.177 at 2017-11-24 21:39:35 +0000 Cannot render console from 129.81.216.177! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.217.225 at 2017-11-28 00:25:06 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (4.7ms)

Completed 200 OK in 481ms (Views: 468.2ms | ActiveRecord: 0.0ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-a716c31b0d849137c642a0c263571fa27a55ad540da3706245f376084f93f775.css?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/normalize.self-ca82ae4e32be14ed6a8b877c61be0c6c17483a753727779fdaf40754f74c6d86.css?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.225 at 2017-11-28 00:25:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.225 at 2017-11-28 00:25:08 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1” for 129.81.217.225 at 2017-11-28 00:25:08 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/rsz_rentul_logo-5c35aeb51b3c82d276c2914bee33ada2add72354581794d91445fd7f7a43bcf9.jpg” for 129.81.217.225 at 2017-11-28 00:25:08 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.225 at 2017-11-28 00:25:09 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:25:09 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.0ms)

Completed 200 OK in 36ms (Views: 35.6ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.225 at 2017-11-28 00:25:10 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.225 at 2017-11-28 00:25:11 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:25:11 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)

Completed 200 OK in 32ms (Views: 31.7ms | ActiveRecord: 0.0ms)

Started GET “/auth/favicon.ico” for 129.81.217.225 at 2017-11-28 00:25:11 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/auth/google_oauth2” for 129.81.217.225 at 2017-11-28 00:25:11 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:25:11 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4/RQ1y6tWEo5QoXcv53L3wJo0zLujmFsMLKRs9fUdH9EQ” for 129.81.217.225 at 2017-11-28 00:25:11 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/RQ1y6tWEo5QoXcv53L3wJo0zLujmFsMLKRs9fUdH9EQ", "provider"=>"google_oauth2"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 53ms (ActiveRecord: 0.7ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:25:12 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/” for 129.81.217.225 at 2017-11-28 00:25:13 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (13.1ms)
Rendered renters/show.html.erb within layouts/application (20.4ms)

Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.3ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x007f04d18a07c8>):

  1: <nav class="miniNav">
  2:  
  3:  <!--Show back if not on bike index-->
  4:  <% unless current_page?("/renters") or !current_user.admin%>
  5:          <%= link_to 'Return to Renters', renters_path %>
  6:  <% end %>
  7:  
app/views/renters/_renter_nav.html.erb:4:in `_app_views_renters__renter_nav_html_erb___3816381597791273010_69829336161660'
app/views/renters/show.html.erb:1:in `_app_views_renters_show_html_erb___1563084913449445723_69829336714820'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (41.0ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.217.225 at 2017-11-28 00:25:13 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:25:13 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.217.225 at 2017-11-28 00:25:13 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:25:13 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 25ms (Views: 24.2ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:25:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (1.1ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.5ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (98.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 155ms (Views: 133.0ms | ActiveRecord: 2.5ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 00:26:00 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.2ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 382ms (Views: 371.0ms | ActiveRecord: 0.7ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 00:26:04 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 85ms (Views: 83.7ms | ActiveRecord: 0.3ms)

Started GET “/about” for 129.81.217.225 at 2017-11-28 00:26:05 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 86ms (Views: 84.7ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:26:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (1.0ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (80.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 127ms (Views: 107.4ms | ActiveRecord: 2.3ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:26:12 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 48ms (Views: 44.1ms | ActiveRecord: 1.6ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:26:13 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.2ms)

Started GET “/signout” for 129.81.217.225 at 2017-11-28 00:26:14 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:26:14 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:26:17 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.3ms)

Completed 200 OK in 41ms (Views: 38.8ms | ActiveRecord: 0.7ms)

Started GET “/pricing” for 129.81.217.225 at 2017-11-28 00:26:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#pricing as HTML

Rendered home/pricing.html.erb within layouts/application (0.7ms)

Completed 200 OK in 54ms (Views: 53.4ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:26:19 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.4ms)

Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.7ms)

Started GET “/bikes/A1003” for 129.81.217.225 at 2017-11-28 00:26:22 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (2.3ms)

Completed 200 OK in 33ms (Views: 30.7ms | ActiveRecord: 0.4ms)

Started GET “/bikes/favicon.ico” for 129.81.217.225 at 2017-11-28 00:26:22 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "favicon"]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'bikeid'=favicon):

app/controllers/bikes_controller.rb:25:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.1ms)

Started GET “/bikes/favicon.ico” for 129.81.217.225 at 2017-11-28 00:26:22 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "favicon"]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'bikeid'=favicon):

app/controllers/bikes_controller.rb:25:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (33.4ms)

Started GET “/bikes/A1003/switchAvailability” for 129.81.217.225 at 2017-11-28 00:26:24 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1003"}

Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.217.225 at 2017-11-28 00:26:24 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:26:24 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 35ms (Views: 34.1ms | ActiveRecord: 0.0ms)

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:26:24 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)

Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.225 at 2017-11-28 00:26:25 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.225 at 2017-11-28 00:26:25 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:26:25 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.225 at 2017-11-28 00:26:26 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.225 at 2017-11-28 00:26:26 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:26:26 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 36ms (Views: 35.6ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4/chD8wC2OZPvKvlWNziPtbt_Hait6zGUirYzgfdj4iAc” for 129.81.217.225 at 2017-11-28 00:26:26 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/chD8wC2OZPvKvlWNziPtbt_Hait6zGUirYzgfdj4iAc", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:26:26 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:26:27 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 52ms (Views: 48.2ms | ActiveRecord: 1.7ms)

Started GET “/bikes/A1003” for 129.81.217.225 at 2017-11-28 00:26:29 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/show.html.erb within layouts/application (1.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.4ms)

Started GET “/bikes/A1003/switchAvailability” for 129.81.217.225 at 2017-11-28 00:26:31 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1003"], ["cCN", "1234567890123456"], ["serialnumber", 73310], ["checkout", "2017-11-28 00:26:31.649587"], ["location", "Boggs"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-11-28 00:26:31.655409"], ["updated_at", "2017-11-28 00:26:31.655409"]]
 (12.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1003"]]
 (10.7ms)  commit transaction
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/A1003 Completed 302 Found in 41ms (ActiveRecord: 24.6ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.217.225 at 2017-11-28 00:26:31 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1003” for 129.81.217.225 at 2017-11-28 00:26:31 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Rendered bikes/_bike_nav.html.erb (0.6ms)
Rendered bikes/show.html.erb within layouts/application (1.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 39ms (Views: 36.2ms | ActiveRecord: 0.6ms)

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:26:31 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:26:33 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 64ms (Views: 59.5ms | ActiveRecord: 1.7ms)

Started GET “/bikes?ticket_page=2” for 129.81.217.225 at 2017-11-28 00:26:35 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (135.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 165ms (Views: 160.7ms | ActiveRecord: 2.1ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 00:27:38 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 377ms (Views: 366.9ms | ActiveRecord: 0.7ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:27:40 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 82ms (Views: 81.2ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:27:42 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (2.1ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (94.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 160ms (Views: 121.9ms | ActiveRecord: 3.6ms)

Started GET “/bikes?ticket_page=2” for 129.81.217.225 at 2017-11-28 00:27:44 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.3ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 67ms (Views: 63.0ms | ActiveRecord: 1.8ms)

Started GET “/bikes/A1005” for 129.81.217.225 at 2017-11-28 00:27:49 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1005"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Rendered bikes/_bike_nav.html.erb (0.7ms)
Rendered bikes/show.html.erb within layouts/application (2.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 34ms (Views: 30.8ms | ActiveRecord: 0.7ms)

Started GET “/bikes/A1005/switchAvailability” for 129.81.217.225 at 2017-11-28 00:27:52 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1005"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1005"], ["cCN", "1234567890123456"], ["serialnumber", 71441], ["checkout", "2017-11-28 00:27:52.269634"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["active", "t"], ["created_at", "2017-11-28 00:27:52.273496"], ["updated_at", "2017-11-28 00:27:52.273496"]]
 (15.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1005"]]
 (7.7ms)  commit transaction
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/A1005 Completed 302 Found in 37ms (ActiveRecord: 24.2ms)

Started GET “/bikes/A1005” for 129.81.217.225 at 2017-11-28 00:27:52 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1005"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/show.html.erb within layouts/application (1.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.3ms)

Started GET “/bikes/A1005/favicon.ico” for 129.81.217.225 at 2017-11-28 00:27:52 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:27:52 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:27:54 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 100ms (Views: 96.2ms | ActiveRecord: 1.6ms)

Started GET “/bikes?ticket_page=3” for 129.81.217.225 at 2017-11-28 00:27:56 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"3"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.3ms)
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 6
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 58ms (Views: 54.3ms | ActiveRecord: 1.6ms)

Started GET “/bikes?ticket_page=2” for 129.81.217.225 at 2017-11-28 00:28:06 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" IS NULL LIMIT 1
Rendered bikes/_bike_nav.html.erb (0.4ms)
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" LIMIT 3 OFFSET 3
 (0.2ms)  SELECT COUNT(*) FROM "tickets"
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (146.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 180ms (Views: 175.9ms | ActiveRecord: 1.8ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:29:35 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 21ms (ActiveRecord: 1.3ms)

ArgumentError (wrong number of arguments (given 2, expected 1)):

app/controllers/bikes_controller.rb:10:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.6ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 00:31:07 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.3ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 411ms (Views: 400.0ms | ActiveRecord: 0.7ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:31:10 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 42ms (ActiveRecord: 1.0ms)

ArgumentError (wrong number of arguments (given 2, expected 1)):

app/controllers/bikes_controller.rb:10:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.5ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 00:34:22 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.1ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 388ms (Views: 377.0ms | ActiveRecord: 0.7ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:34:24 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.7ms)

ArgumentError (wrong number of arguments (given 2, expected 1)):

app/controllers/bikes_controller.rb:10:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.2ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 00:37:00 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.2ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 398ms (Views: 387.2ms | ActiveRecord: 0.7ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:37:02 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 133ms (Views: 131.7ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:37:03 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", nil]]

Completed 404 Not Found in 30ms (ActiveRecord: 2.1ms)

ActiveRecord::RecordNotFound (Couldn't find Ticket with 'id'={:renterID=>“112341991710336885500”}):

app/controllers/bikes_controller.rb:6:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.3ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 00:39:10 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.7ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 416ms (Views: 404.8ms | ActiveRecord: 0.7ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:39:13 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", nil]]

Completed 404 Not Found in 129ms (ActiveRecord: 2.5ms)

ActiveRecord::RecordNotFound (Couldn't find Ticket with 'id'={:renterID=>“112341991710336885500”}):

app/controllers/bikes_controller.rb:7:in `index'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.1ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 00:41:48 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.9ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 422ms (Views: 409.9ms | ActiveRecord: 0.8ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:41:51 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (1.6ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.1ms)
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (1.9ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (122.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 297ms (Views: 159.7ms | ActiveRecord: 5.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.217.225 at 2017-11-28 00:41:55 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 177ms (Views: 172.2ms | ActiveRecord: 1.4ms)

Started GET “/bikes?ticket_page=2” for 129.81.217.225 at 2017-11-28 00:47:58 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (41.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 103ms (Views: 77.6ms | ActiveRecord: 3.0ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.225 at 2017-11-28 00:47:58 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?ticket_page=2” for 129.81.217.225 at 2017-11-28 00:48:00 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 185ms (Views: 180.8ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.225 at 2017-11-28 00:48:00 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes?ticket_page=2” for 129.81.217.225 at 2017-11-28 00:48:03 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 57ms (Views: 52.0ms | ActiveRecord: 1.6ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.225 at 2017-11-28 00:48:03 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:49:09 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 35ms (Views: 33.8ms | ActiveRecord: 0.2ms)

Started GET “/signout” for 129.81.217.225 at 2017-11-28 00:49:10 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:49:10 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:49:17 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.0ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.225 at 2017-11-28 00:49:17 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.225 at 2017-11-28 00:49:17 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-a716c31b0d849137c642a0c263571fa27a55ad540da3706245f376084f93f775.css?body=1” for 129.81.217.225 at 2017-11-28 00:49:17 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/normalize.self-ca82ae4e32be14ed6a8b877c61be0c6c17483a753727779fdaf40754f74c6d86.css?body=1” for 129.81.217.225 at 2017-11-28 00:49:17 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/rsz_rentul_logo-5c35aeb51b3c82d276c2914bee33ada2add72354581794d91445fd7f7a43bcf9.jpg” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.225 at 2017-11-28 00:49:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:50:38 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 38ms (Views: 36.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 00:50:41 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 48ms (Views: 46.7ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:50:44 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.4ms)

Completed 200 OK in 48ms (Views: 46.0ms | ActiveRecord: 1.0ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:51:33 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.9ms)

Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.7ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:51:34 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (11.5ms)

Completed 200 OK in 35ms (Views: 33.8ms | ActiveRecord: 0.7ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:51:36 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.225 at 2017-11-28 00:51:37 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.225 at 2017-11-28 00:51:37 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:51:37 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)

Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.225 at 2017-11-28 00:51:37 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.225 at 2017-11-28 00:51:37 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:51:37 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4/q6r2QDkPY5ixQgZ8lzfP5fzEc62LNmQiUF4qYogfuFc” for 129.81.217.225 at 2017-11-28 00:51:39 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/q6r2QDkPY5ixQgZ8lzfP5fzEc62LNmQiUF4qYogfuFc", "provider"=>"google_oauth2"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112985127917949894021"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "renters" ("provider", "renterID", "renterName", "oauth_token", "oauth_expires_at", "email", "phone", "cCN") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["provider", "google_oauth2"], ["renterID", "112985127917949894021"], ["renterName", "Testing Account"], ["oauth_token", "ya29.GlsRBbcf3rM6X9_4m9VpJQT6Lk1irElLl0WwElZmdT0NCaE7Rnm_Ddx1AVnxSgLeGRK8qdIAzp3FCjmOImCzgpLpBT2z4__k4WEC2db20_dY-pZpENUgpsNC__rP"], ["oauth_expires_at", "2017-11-28 01:51:39 +0000"], ["email", "testingbikewebsite@gmail.com"], ["phone", "(234)-394-1948"], ["cCN", "1234567890123456"]]
 (9.8ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 19ms (ActiveRecord: 10.8ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:51:40 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:51:42 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 46ms (Views: 42.2ms | ActiveRecord: 1.2ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:52:09 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 40ms (Views: 37.3ms | ActiveRecord: 1.0ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:52:21 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 45ms (Views: 41.3ms | ActiveRecord: 1.1ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:52:28 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 55ms (Views: 51.8ms | ActiveRecord: 1.1ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:52:30 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (12.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 41ms (Views: 37.9ms | ActiveRecord: 1.0ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:52:37 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 45ms (Views: 41.9ms | ActiveRecord: 1.0ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:52:52 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 48ms (Views: 45.3ms | ActiveRecord: 1.1ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:54:57 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (51.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 480ms (Views: 433.4ms | ActiveRecord: 1.8ms)

Started GET “/bikes/A1006” for 129.81.217.225 at 2017-11-28 00:55:00 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered bikes/_bike_nav.html.erb (0.7ms)
Rendered bikes/show.html.erb within layouts/application (6.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 240ms (Views: 235.0ms | ActiveRecord: 0.7ms)

Started GET “/bikes/A1006/switchAvailability” for 129.81.217.225 at 2017-11-28 00:55:03 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112985127917949894021"], ["renterName", "Testing Account"], ["email", "testingbikewebsite@gmail.com"], ["bikeid", "A1006"], ["cCN", "1234567890123456"], ["serialnumber", 26001], ["checkout", "2017-11-28 00:55:03.319837"], ["location", "Jones"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-11-28 00:55:03.353369"], ["updated_at", "2017-11-28 00:55:03.353369"]]
 (9.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1006"]]
 (10.3ms)  commit transaction
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/A1006 Completed 302 Found in 159ms (ActiveRecord: 22.0ms)

Started GET “/bikes/A1006/favicon.ico” for 129.81.217.225 at 2017-11-28 00:55:03 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1006” for 129.81.217.225 at 2017-11-28 00:55:03 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:55:03 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:55:05 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112985127917949894021"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112985127917949894021"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 43ms (Views: 38.7ms | ActiveRecord: 1.4ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:55:21 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112985127917949894021"]]

Completed 200 OK in 35ms (Views: 33.8ms | ActiveRecord: 0.2ms)

Started GET “/signout” for 129.81.217.225 at 2017-11-28 00:55:22 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:55:22 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 00:55:43 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.7ms)

Completed 200 OK in 358ms (Views: 347.8ms | ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:55:45 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.1ms)

Completed 200 OK in 53ms (Views: 51.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.225 at 2017-11-28 00:55:46 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.225 at 2017-11-28 00:55:46 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:55:46 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)

Completed 200 OK in 55ms (Views: 53.0ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.225 at 2017-11-28 00:55:46 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.225 at 2017-11-28 00:55:46 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.225 at 2017-11-28 00:55:46 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 33ms (Views: 32.4ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4/fJSow4G7zqckqT1BveTcmI1xpl9sOVb7xmr2lB6E4Wc” for 129.81.217.225 at 2017-11-28 00:55:46 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/fJSow4G7zqckqT1BveTcmI1xpl9sOVb7xmr2lB6E4Wc", "provider"=>"google_oauth2"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 35ms (ActiveRecord: 0.6ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 00:55:47 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.5ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 41ms (Views: 40.0ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:55:47 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (52.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 113ms (Views: 79.1ms | ActiveRecord: 2.1ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:56:01 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 62ms (Views: 56.4ms | ActiveRecord: 1.6ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.225 at 2017-11-28 00:56:01 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 00:56:13 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (39.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 173ms (Views: 168.1ms | ActiveRecord: 1.6ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.225 at 2017-11-28 00:56:13 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.217.225 at 2017-11-28 01:02:23 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (3.2ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 420ms (Views: 408.5ms | ActiveRecord: 0.7ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 01:02:25 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.8ms)
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (1.8ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (127.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 260ms (Views: 154.9ms | ActiveRecord: 5.2ms)

Started GET “/bikes?ticket_page=2” for 129.81.217.225 at 2017-11-28 01:02:30 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 133ms (Views: 129.1ms | ActiveRecord: 1.3ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 01:02:32 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 94ms (Views: 89.6ms | ActiveRecord: 1.3ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 01:07:09 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.3ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (1.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 599ms (Views: 585.9ms | ActiveRecord: 2.9ms)

Started GET “/assets/application.self-52415d34cbcb3bf1918fb3beeaa26efeebdb4964dec9a270da510c96834a3120.css?body=1” for 129.81.217.225 at 2017-11-28 01:07:10 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 01:07:12 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (1.9ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (77.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 278ms (Views: 104.9ms | ActiveRecord: 4.2ms)

Started GET “/bikes?ticket_page=2” for 129.81.217.225 at 2017-11-28 01:07:18 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (30.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 65ms (Views: 60.8ms | ActiveRecord: 1.7ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 01:07:20 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 105ms (Views: 99.9ms | ActiveRecord: 1.5ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 01:07:22 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 40ms (Views: 38.2ms | ActiveRecord: 0.3ms)

Started GET “/signout” for 129.81.217.225 at 2017-11-28 01:07:23 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.225 at 2017-11-28 01:07:23 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.1ms)

Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms)

Started GET “/bikes” for 129.81.217.225 at 2017-11-28 01:07:24 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (12.9ms)

Completed 200 OK in 56ms (Views: 54.4ms | ActiveRecord: 0.7ms)

Started GET “/” for 129.81.217.225 at 2017-11-28 01:07:29 +0000 Cannot render console from 129.81.217.225! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)

Completed 200 OK in 37ms (Views: 36.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 129.81.217.99 at 2017-11-30 20:55:58 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (3.5ms)

Completed 200 OK in 442ms (Views: 430.9ms | ActiveRecord: 0.0ms)

Started GET “/assets/application.self-52415d34cbcb3bf1918fb3beeaa26efeebdb4964dec9a270da510c96834a3120.css?body=1” for 129.81.217.99 at 2017-11-30 20:55:59 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.217.99 at 2017-11-30 20:56:27 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.0ms)

Completed 200 OK in 338ms (Views: 328.2ms | ActiveRecord: 0.0ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.99 at 2017-11-30 20:56:28 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.217.99 at 2017-11-30 20:56:51 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.8ms)

Completed 200 OK in 68ms (Views: 66.7ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.99 at 2017-11-30 20:56:54 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.99 at 2017-11-30 20:56:54 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.99 at 2017-11-30 20:56:54 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (1.9ms)

Completed 200 OK in 36ms (Views: 35.6ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.99 at 2017-11-30 20:56:54 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.99 at 2017-11-30 20:56:54 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.99 at 2017-11-30 20:56:54 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 34ms (Views: 33.2ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4/KoewCfLcRkZsVtEk1pFD0LVSwp3K-BAxnoj_MyIK3KQ” for 129.81.217.99 at 2017-11-30 20:56:54 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/KoewCfLcRkZsVtEk1pFD0LVSwp3K-BAxnoj_MyIK3KQ", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 43ms (ActiveRecord: 0.7ms)

Started GET “/login” for 129.81.217.99 at 2017-11-30 20:56:55 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.217.99 at 2017-11-30 20:56:57 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (184.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 253ms (Views: 209.7ms | ActiveRecord: 2.3ms)

Started GET “/bikes” for 129.81.217.99 at 2017-11-30 20:57:35 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (49.5ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 507ms (Views: 442.4ms | ActiveRecord: 3.0ms)

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.99 at 2017-11-30 20:57:36 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.217.99 at 2017-11-30 20:57:37 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (1.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 82ms (Views: 79.8ms | ActiveRecord: 0.2ms)

Started GET “/signout” for 129.81.217.99 at 2017-11-30 20:57:39 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.99 at 2017-11-30 20:57:39 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.99 at 2017-11-30 20:57:40 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.99 at 2017-11-30 20:57:40 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.99 at 2017-11-30 20:57:40 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)

Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.99 at 2017-11-30 20:57:40 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.99 at 2017-11-30 20:57:40 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.99 at 2017-11-30 20:57:40 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4/c5xDt8sI_rdQ6Bebk9Ph4UBjYFuy2NPA450wGS7m-ZM” for 129.81.217.99 at 2017-11-30 20:57:40 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/c5xDt8sI_rdQ6Bebk9Ph4UBjYFuy2NPA450wGS7m-ZM", "provider"=>"google_oauth2"}
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/login” for 129.81.217.99 at 2017-11-30 20:57:41 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.2ms)

Started GET “/login” for 129.81.217.99 at 2017-11-30 20:58:28 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 61ms (Views: 59.8ms | ActiveRecord: 0.2ms)

Started GET “/assets/application.self-05126f62469954b8bfe8762acc025d5a1b09a0fd65e6a86681f7e0b2cda5d100.css?body=1” for 129.81.217.99 at 2017-11-30 20:58:29 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-aaf1aaa74029e8144516c514775370029f77ead2d9e34becd93ef9f3af82117a.js” for 129.81.217.99 at 2017-11-30 20:58:29 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/login” for 129.81.217.99 at 2017-11-30 20:58:31 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.2ms)

Started GET “/login” for 129.81.217.99 at 2017-11-30 20:58:33 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 38ms (Views: 36.8ms | ActiveRecord: 0.2ms)

Started GET “/signout” for 129.81.217.99 at 2017-11-30 20:58:34 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#destroy as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.217.99 at 2017-11-30 20:58:34 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.2ms)

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.99 at 2017-11-30 20:58:35 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.99 at 2017-11-30 20:58:35 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.99 at 2017-11-30 20:58:35 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.217.99 at 2017-11-30 20:58:35 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.217.99 at 2017-11-30 20:58:35 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.217.99 at 2017-11-30 20:58:35 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)

Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2/callback?code=4/6jVfNO3e-eVhtIW8bb2FoU-LjbFbXNlMxKD1ooRFPuk” for 129.81.217.99 at 2017-11-30 20:58:35 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/6jVfNO3e-eVhtIW8bb2FoU-LjbFbXNlMxKD1ooRFPuk", "provider"=>"google_oauth2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 3ms (ActiveRecord: 0.2ms)

Started GET “/login” for 129.81.217.99 at 2017-11-30 20:58:35 +0000 Cannot render console from 129.81.217.99! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/login.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 200 OK in 36ms (Views: 34.5ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 01:12:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (3.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (4.6ms)

Completed 200 OK in 903ms (Views: 890.5ms | ActiveRecord: 1.6ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-b15ee7353200708ffe2fd9fe790cb81abbe724dc54029b46fdff6574ce2452ee.css?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/game.self-f643446f0c14aab613cb3dc31facbc7af34c4eaa4624694580ee090fe076ad69.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-d6cc8c3c7f348181b26ff3349e5dee639f15ac5934bc08049dcd98fbcc05aad9.js?body=1” for 129.81.216.186 at 2017-12-07 01:12:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-110d92b3678bab02c17405a2cb7fe94ec39cf7702329433f2621351eb56dd619.js” for 129.81.216.186 at 2017-12-07 01:12:50 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.216.186 at 2017-12-07 01:15:35 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (4.1ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (2.1ms)

Completed 200 OK in 461ms (Views: 449.7ms | ActiveRecord: 0.8ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 01:20:11 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (7.1ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.5ms)

Completed 200 OK in 450ms (Views: 439.4ms | ActiveRecord: 0.8ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 01:26:21 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.5ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.3ms)

Completed 200 OK in 560ms (Views: 548.6ms | ActiveRecord: 0.7ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.186 at 2017-12-07 01:26:23 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 01:26:40 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.4ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.5ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (92.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 232ms (Views: 131.8ms | ActiveRecord: 4.3ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 01:26:42 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (1.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 36.5ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 01:26:43 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.5ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (80.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 121ms (Views: 115.4ms | ActiveRecord: 1.9ms)

Started GET “/bikes/A1005/switchAvailability” for 129.81.216.186 at 2017-12-07 01:27:06 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1005"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "A1005"], ["active", "t"]]
 (0.1ms)  begin transaction
SQL (0.5ms)  UPDATE "tickets" SET "checkin" = ?, "active" = ?, "updated_at" = ? WHERE "tickets"."id" = ?  [["checkin", "2017-12-07 01:27:06.796046"], ["active", "f"], ["updated_at", "2017-12-07 01:27:06.802146"], ["id", 7]]
 (11.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "t"], ["bikeid", "A1005"]]
 (135.7ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/7 Completed 302 Found in 164ms (ActiveRecord: 148.8ms)

Started GET “/bikes/A1005/favicon.ico” for 129.81.216.186 at 2017-12-07 01:27:06 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/7” for 129.81.216.186 at 2017-12-07 01:27:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"7"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 7]]
Rendered tickets/show.html.erb within layouts/application (1.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 39ms (Views: 36.3ms | ActiveRecord: 0.6ms)

Started GET “/error” for 129.81.216.186 at 2017-12-07 01:27:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.2ms)

Started GET “/tickets/favicon.ico” for 129.81.216.186 at 2017-12-07 01:27:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as

Parameters: {"id"=>"favicon"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 0]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Ticket with 'id'=favicon):

app/controllers/tickets_controller.rb:13:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (42.1ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 01:27:16 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 01:27:18 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (86.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 137ms (Views: 115.9ms | ActiveRecord: 1.8ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:12:54 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 12ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:12:55 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (4.0ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.7ms)

Completed 200 OK in 716ms (Views: 714.5ms | ActiveRecord: 0.8ms)

Started GET “/assets/application.self-75d605fc243602b47b51c01439d888e65e126ce4d54173498f460bd01d68f890.css?body=1” for 129.81.216.186 at 2017-12-07 02:12:56 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-4f17a49ecf792b1915bf9c29fa779306c4e9ce8204f2c41bfaaa315023b1792b.js?body=1” for 129.81.216.186 at 2017-12-07 02:12:56 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-7dc300cce6142a5408d815d53d20ad1ee83d6a4c89186685062b9487b24ae006.js” for 129.81.216.186 at 2017-12-07 02:12:57 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:13:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.4ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (97.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 201ms (Views: 126.6ms | ActiveRecord: 2.4ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:13:11 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 36.8ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:13:12 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 133ms (Views: 128.6ms | ActiveRecord: 1.3ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:13:12 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.3ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:13:13 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.3ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:13:14 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:13:14 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.4ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (83.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 123ms (Views: 118.4ms | ActiveRecord: 1.8ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:13:15 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 58ms (Views: 54.1ms | ActiveRecord: 1.4ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:13:16 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.3ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:13:19 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:13:19 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 50ms (Views: 48.5ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:13:21 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (119.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 150ms (Views: 144.6ms | ActiveRecord: 1.6ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:13:23 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.4ms)

Completed 200 OK in 45ms (Views: 43.5ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:13:27 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 55ms (Views: 50.5ms | ActiveRecord: 1.3ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:13:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.5ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:13:32 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 57ms (Views: 52.6ms | ActiveRecord: 1.4ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:13:32 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.3ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:18:54 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.4ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 13ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:18:55 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (3.4ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (2.2ms)

Completed 200 OK in 434ms (Views: 432.9ms | ActiveRecord: 0.7ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.186 at 2017-12-07 02:18:58 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (26.4ms)
Rendered renters/show.html.erb within layouts/application (28.8ms)

Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.3ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x007f14d50d57c8>):

  1: <nav class="miniNav">
  2:  
  3:  <!--Show back if not on bike index-->
  4:  <% unless current_page?("/renters") or !current_user.admin%>
  5:          <%= link_to 'Return to Renters', renters_path %>
  6:  <% end %>
  7:  
app/views/renters/_renter_nav.html.erb:4:in `_app_views_renters__renter_nav_html_erb__1249561397273655126_69863724868400'
app/views/renters/show.html.erb:1:in `_app_views_renters_show_html_erb__2805358387834780534_42293140'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.6ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.186 at 2017-12-07 02:18:58 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:18:59 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.186 at 2017-12-07 02:18:59 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:18:59 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.3ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:31:06 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 16ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.5ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (1.2ms)

Completed 200 OK in 522ms (Views: 520.9ms | ActiveRecord: 0.5ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-75d605fc243602b47b51c01439d888e65e126ce4d54173498f460bd01d68f890.css?body=1” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.186 at 2017-12-07 02:31:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.186 at 2017-12-07 02:31:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:31:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.186 at 2017-12-07 02:31:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:31:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:31:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:31:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-d6cc8c3c7f348181b26ff3349e5dee639f15ac5934bc08049dcd98fbcc05aad9.js?body=1” for 129.81.216.186 at 2017-12-07 02:31:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:31:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.186 at 2017-12-07 02:31:10 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.216.186 at 2017-12-07 02:31:12 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.186 at 2017-12-07 02:31:12 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.3ms)
Rendered sessions/login.html.erb within layouts/application (1.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 43ms (Views: 41.5ms | ActiveRecord: 0.2ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:31:13 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:31:13 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:31:13 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.6ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 42.5ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:31:13 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:31:13 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:31:14 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2/callback?code=4/tKGl8vQgpSS-7m3ZwZ2vQux2OVwIC-xuY67xrcaNPbc” for 129.81.216.186 at 2017-12-07 02:31:14 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/tKGl8vQgpSS-7m3ZwZ2vQux2OVwIC-xuY67xrcaNPbc", "provider"=>"google_oauth2"}
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "103893974902097919546"]]

Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.7ms)

NoMethodError (undefined method `picture=' for #<Renter:0x007fce484647b8>):

app/models/renter.rb:26:in `block in from_omniauth'
app/models/renter.rb:20:in `from_omniauth'
app/controllers/sessions_controller.rb:7:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.5ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:31:52 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:31:53 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 109ms (Views: 107.9ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:31:56 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (67.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 144ms (Views: 94.8ms | ActiveRecord: 2.5ms)

Started GET “/bikes/A1008” for 129.81.216.186 at 2017-12-07 02:32:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1008"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1008"]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/_bike_show.html.erb (0.9ms)
Rendered bikes/show.html.erb within layouts/application (4.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 33.0ms | ActiveRecord: 0.5ms)

Started GET “/bikes/favicon.ico” for 129.81.216.186 at 2017-12-07 02:32:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "favicon"]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'bikeid'=favicon):

app/controllers/bikes_controller.rb:24:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.0ms)

Started GET “/bikes/favicon.ico” for 129.81.216.186 at 2017-12-07 02:32:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "favicon"]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'bikeid'=favicon):

app/controllers/bikes_controller.rb:24:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.5ms)

Started GET “/bikes/A1008/switchAvailability” for 129.81.216.186 at 2017-12-07 02:32:17 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1008"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1008"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.7ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1008"], ["cCN", "1234567890123456"], ["serialnumber", 97595], ["checkout", "2017-12-07 02:32:17.838980"], ["location", "Riley"], ["fare", 7.5], ["active", "t"], ["created_at", "2017-12-07 02:32:17.845878"], ["updated_at", "2017-12-07 02:32:17.845878"]]
 (10.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.5ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1008"]]
 (12.5ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/9 Completed 302 Found in 130ms (ActiveRecord: 24.6ms)

Started GET “/bikes/A1008/favicon.ico” for 129.81.216.186 at 2017-12-07 02:32:17 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/9” for 129.81.216.186 at 2017-12-07 02:32:18 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"9"}
Ticket Load (0.5ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 9]]
Rendered tickets/show.html.erb within layouts/application (2.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 56ms (Views: 52.4ms | ActiveRecord: 0.8ms)

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:32:18 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:32:52 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:32:52 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.3ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:33:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.3ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-75d605fc243602b47b51c01439d888e65e126ce4d54173498f460bd01d68f890.css?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-d6cc8c3c7f348181b26ff3349e5dee639f15ac5934bc08049dcd98fbcc05aad9.js?body=1” for 129.81.216.186 at 2017-12-07 02:33:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.186 at 2017-12-07 02:33:04 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:33:19 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (11.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 39ms (Views: 36.7ms | ActiveRecord: 1.0ms)

Started GET “/renters” for 129.81.216.186 at 2017-12-07 02:33:38 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.186 at 2017-12-07 02:33:38 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.2ms)
Rendered sessions/login.html.erb within layouts/application (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 33.5ms | ActiveRecord: 0.2ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:33:39 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:33:39 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:33:39 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:33:39 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:33:39 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:33:40 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.2ms)

Started GET “/auth/google_oauth2/callback?code=4%2FAAAWP7Xs89LXhlBOfSSWV382cHT-xN1dkePOV30hpgFJgO40m1g0DJF3Ei0KhTs6bbNHv7xhnp_zs1BJAd1TsuQ” for 129.81.216.186 at 2017-12-07 02:33:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/AAAWP7Xs89LXhlBOfSSWV382cHT-xN1dkePOV30hpgFJgO40m1g0DJF3Ei0KhTs6bbNHv7xhnp_zs1BJAd1TsuQ", "provider"=>"google_oauth2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "103893974902097919546"]]

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms)

NoMethodError (undefined method `picture=' for #<Renter:0x007fce4cc4d548>):

app/models/renter.rb:26:in `block in from_omniauth'
app/models/renter.rb:20:in `from_omniauth'
app/controllers/sessions_controller.rb:7:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (36.3ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:34:59 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 10ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:34:59 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.9ms)

Completed 200 OK in 369ms (Views: 368.3ms | ActiveRecord: 0.4ms)

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:34:59 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:34:59 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-75d605fc243602b47b51c01439d888e65e126ce4d54173498f460bd01d68f890.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-d6cc8c3c7f348181b26ff3349e5dee639f15ac5934bc08049dcd98fbcc05aad9.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.186 at 2017-12-07 02:35:05 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.216.186 at 2017-12-07 02:35:06 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.186 at 2017-12-07 02:35:06 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.3ms)
Rendered sessions/login.html.erb within layouts/application (1.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 44ms (Views: 42.8ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:35:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:35:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:35:07 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:35:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:35:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:35:08 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2/callback?code=4%2FjpwzSHRPWpoElSPLRHnCdO070PjtGR9PU8_79k48Ris” for 129.81.216.186 at 2017-12-07 02:35:14 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/jpwzSHRPWpoElSPLRHnCdO070PjtGR9PU8_79k48Ris", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "103893974902097919546"]]

Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.6ms)

NoMethodError (undefined method `picture=' for #<Renter:0x007f11900be458>):

app/models/renter.rb:26:in `block in from_omniauth'
app/models/renter.rb:20:in `from_omniauth'
app/controllers/sessions_controller.rb:7:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.2ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:35:46 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 11ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:35:46 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.9ms)

Completed 200 OK in 408ms (Views: 407.5ms | ActiveRecord: 0.4ms)

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-75d605fc243602b47b51c01439d888e65e126ce4d54173498f460bd01d68f890.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-4f17a49ecf792b1915bf9c29fa779306c4e9ce8204f2c41bfaaa315023b1792b.js?body=1” for 129.81.216.186 at 2017-12-07 02:35:47 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.216.186 at 2017-12-07 02:35:51 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.186 at 2017-12-07 02:35:51 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.3ms)
Rendered sessions/login.html.erb within layouts/application (1.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 33.6ms | ActiveRecord: 0.3ms)

Started GET “/assets/application-7dc300cce6142a5408d815d53d20ad1ee83d6a4c89186685062b9487b24ae006.js” for 129.81.216.186 at 2017-12-07 02:35:52 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:35:53 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:35:53 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:35:53 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:35:53 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:35:53 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:35:53 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2/callback?code=4%2FDCOPKHy2feMpptPm0TYj-5RXV61NHIRcdS45l6dHkB8” for 129.81.216.186 at 2017-12-07 02:36:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/DCOPKHy2feMpptPm0TYj-5RXV61NHIRcdS45l6dHkB8", "provider"=>"google_oauth2"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 15ms (ActiveRecord: 0.4ms)

Started GET “/login” for 129.81.216.186 at 2017-12-07 02:36:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.3ms)
Rendered sessions/login.html.erb within layouts/application (1.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.186 at 2017-12-07 02:36:03 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (10.1ms)
Rendered renters/show.html.erb within layouts/application (11.8ms)

Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.2ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x007f12b9bb3f28>):

  1: <nav class="miniNav">
  2:  
  3:  <!--Show back if not on bike index-->
  4:  <% unless current_page?("/renters") or !current_user.admin%>
  5:          <%= link_to 'Return to Renters', renters_path %>
  6:  <% end %>
  7:  
app/views/renters/_renter_nav.html.erb:4:in `_app_views_renters__renter_nav_html_erb__298657763672044046_69859201253820'
app/views/renters/show.html.erb:1:in `_app_views_renters_show_html_erb___504401260875762491_69859201451360'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.1ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.186 at 2017-12-07 02:36:03 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:36:03 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.186 at 2017-12-07 02:36:03 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:36:04 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:36:30 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 10ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:36:30 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.8ms)

Completed 200 OK in 408ms (Views: 407.4ms | ActiveRecord: 0.4ms)

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-75d605fc243602b47b51c01439d888e65e126ce4d54173498f460bd01d68f890.css?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-4f17a49ecf792b1915bf9c29fa779306c4e9ce8204f2c41bfaaa315023b1792b.js?body=1” for 129.81.216.186 at 2017-12-07 02:36:31 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.216.186 at 2017-12-07 02:36:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.186 at 2017-12-07 02:36:35 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.2ms)
Rendered sessions/login.html.erb within layouts/application (1.6ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.3ms)

Started GET “/assets/application-7dc300cce6142a5408d815d53d20ad1ee83d6a4c89186685062b9487b24ae006.js” for 129.81.216.186 at 2017-12-07 02:36:36 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:36:37 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:36:37 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:36:37 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.2ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:36:37 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:36:37 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:36:37 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2/callback?code=4%2FqYBRJPWpTVizlnEzoBKxiomams8LxlvnIDWfXZklP7g” for 129.81.216.186 at 2017-12-07 02:36:46 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/qYBRJPWpTVizlnEzoBKxiomams8LxlvnIDWfXZklP7g", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "103893974902097919546"]]

Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.6ms)

NoMethodError (undefined method `picture=' for #<Renter:0x007f6fd0b5b3e0>):

app/models/renter.rb:26:in `block in from_omniauth'
app/models/renter.rb:20:in `from_omniauth'
app/controllers/sessions_controller.rb:7:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.9ms)

Started GET “/renters” for 129.81.216.186 at 2017-12-07 02:36:54 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.186 at 2017-12-07 02:36:54 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.2ms)
Rendered sessions/login.html.erb within layouts/application (0.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:36:56 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:36:56 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:36:56 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:36:56 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:36:56 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:36:56 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2/callback?code=4/F2lLCgJmRWdHuIwjb-DS_omams8LxlvnIDWfXZklP7g” for 129.81.216.186 at 2017-12-07 02:36:56 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/F2lLCgJmRWdHuIwjb-DS_omams8LxlvnIDWfXZklP7g", "provider"=>"google_oauth2"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "103893974902097919546"]]

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms)

NoMethodError (undefined method `picture=' for #<Renter:0x007f6fd0286620>):

app/models/renter.rb:26:in `block in from_omniauth'
app/models/renter.rb:20:in `from_omniauth'
app/controllers/sessions_controller.rb:7:in `create'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.6ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:37:26 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 11ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.186 at 2017-12-07 02:37:26 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.7ms)

Completed 500 Internal Server Error in 423ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `greeting' for #<#<Class:0x000000046468e8>:0x00000004640cb8>):

  83:             <% else %>
  84:               <a href="<%= renters_path %>" <% if current_page?(renters_path) %> class="uk-active" <% end %> >
  85:             <% end %>
  86:             <span id="greeting"><%= greeting() %></span>, 
  87:               <% if current_user %>
  88:                 <%= current_user.renterName.split(" ")[0] %> 
  89:               <% else %>
app/views/layouts/application.html.erb:86:in `_app_views_layouts_application_html_erb__3639855840532005851_36565500'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (38.1ms)

Started GET “/” for 129.81.216.186 at 2017-12-07 02:38:33 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML

Rendered home/show.html.erb within layouts/application (2.6ms)
Rendered sessions/_login_section.html.erb (0.8ms)

Completed 200 OK in 418ms (Views: 407.5ms | ActiveRecord: 0.0ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-b15ee7353200708ffe2fd9fe790cb81abbe724dc54029b46fdff6574ce2452ee.css?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-d6cc8c3c7f348181b26ff3349e5dee639f15ac5934bc08049dcd98fbcc05aad9.js?body=1” for 129.81.216.186 at 2017-12-07 02:38:34 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.186 at 2017-12-07 02:38:37 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.216.186 at 2017-12-07 02:38:38 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.186 at 2017-12-07 02:38:38 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.2ms)
Rendered sessions/login.html.erb within layouts/application (1.3ms)
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.7ms | ActiveRecord: 0.0ms)

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:38:39 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:38:39 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/auth/google_oauth2” for 129.81.216.186 at 2017-12-07 02:38:39 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:38:40 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 26.3ms | ActiveRecord: 0.0ms)

Started GET “/auth/favicon.ico” for 129.81.216.186 at 2017-12-07 02:38:40 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/auth/google_oauth2/callback?code=4%2F38ffw7FKlEfDqlOn6nlQBUa-lNjpYNwxAchWL7xObgo” for 129.81.216.186 at 2017-12-07 02:38:46 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/38ffw7FKlEfDqlOn6nlQBUa-lNjpYNwxAchWL7xObgo", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "103893974902097919546"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "renters" ("provider", "renterID", "renterName", "oauth_token", "oauth_expires_at", "email", "phone", "cCN") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["provider", "google_oauth2"], ["renterID", "103893974902097919546"], ["renterName", "ALOD Test"], ["oauth_token", "ya29.Gl0bBaN38xaWllM-ELyUnevdoRABzKZ81KYztOz11ybIoTHGxCSzSxFVMQU2nRiSAdXdTMB8A0xw2zqqmZCqiUHYEUHVQIEBebqbnIVNFbRc6GHSbctzKi60UXEFTmc"], ["oauth_expires_at", "2017-12-07 03:38:46 +0000"], ["email", "alodtest1@gmail.com"], ["phone", "(234)-394-1948"], ["cCN", "1234567890123456"]]
 (11.3ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 48ms (ActiveRecord: 12.7ms)

Started GET “/login” for 129.81.216.186 at 2017-12-07 02:38:46 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.3ms)
Rendered sessions/login.html.erb within layouts/application (1.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.4ms)

Started GET “/renters/103893974902097919546/” for 129.81.216.186 at 2017-12-07 02:38:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"103893974902097919546"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered renters/_renter_nav.html.erb (11.8ms)
Rendered renters/show.html.erb within layouts/application (13.2ms)

Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.2ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x000000050af168>):

  1: <nav class="miniNav">
  2:  
  3:  <!--Show back if not on bike index-->
  4:  <% unless current_page?("/renters") or !current_user.admin%>
  5:          <%= link_to 'Return to Renters', renters_path %>
  6:  <% end %>
  7:  
app/views/renters/_renter_nav.html.erb:4:in `_app_views_renters__renter_nav_html_erb__2992492615094142146_42840300'
app/views/renters/show.html.erb:1:in `_app_views_renters_show_html_erb___4148206023416108133_43429700'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.2ms)

Started GET “/renters/103893974902097919546/favicon.ico” for 129.81.216.186 at 2017-12-07 02:38:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:38:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/103893974902097919546/favicon.ico” for 129.81.216.186 at 2017-12-07 02:38:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:38:49 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 43.6ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:38:53 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (39.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 108ms (Views: 71.0ms | ActiveRecord: 1.7ms)

Started GET “/bikes/B1003” for 129.81.216.186 at 2017-12-07 02:38:55 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"B1003"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1003"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_show.html.erb (0.8ms)
Rendered bikes/show.html.erb within layouts/application (3.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 32.4ms | ActiveRecord: 0.5ms)

Started GET “/bikes/B1003/switchAvailability” for 129.81.216.186 at 2017-12-07 02:38:58 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"B1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "103893974902097919546"], ["renterName", "ALOD Test"], ["email", "alodtest1@gmail.com"], ["bikeid", "B1003"], ["cCN", "1234567890123456"], ["serialnumber", 20819], ["checkout", "2017-12-07 02:38:58.254842"], ["location", "Bruff"], ["fare", 7.5], ["active", "t"], ["created_at", "2017-12-07 02:38:58.264895"], ["updated_at", "2017-12-07 02:38:58.264895"]]
 (8.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "B1003"]]
 (71.3ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/10 Completed 302 Found in 100ms (ActiveRecord: 80.8ms)

Started GET “/bikes/B1003/favicon.ico” for 129.81.216.186 at 2017-12-07 02:38:58 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/10” for 129.81.216.186 at 2017-12-07 02:38:58 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"10"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 10]]
Rendered tickets/show.html.erb within layouts/application (1.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 39ms (Views: 36.4ms | ActiveRecord: 0.6ms)

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:38:58 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:38:59 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "103893974902097919546"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "103893974902097919546"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 57ms (Views: 38.2ms | ActiveRecord: 1.4ms)

Started GET “/bikes/B1003/switchAvailability” for 129.81.216.186 at 2017-12-07 02:39:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"B1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "103893974902097919546"], ["bikeid", "B1003"], ["active", "t"]]
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "tickets" SET "checkin" = ?, "active" = ?, "updated_at" = ? WHERE "tickets"."id" = ?  [["checkin", "2017-12-07 02:39:00.898911"], ["active", "f"], ["updated_at", "2017-12-07 02:39:00.902344"], ["id", 10]]
 (10.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "t"], ["bikeid", "B1003"]]
 (9.5ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/10 Completed 302 Found in 30ms (ActiveRecord: 20.9ms)

Started GET “/tickets/10” for 129.81.216.186 at 2017-12-07 02:39:00 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"10"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 10]]
Rendered tickets/show.html.erb within layouts/application (0.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.4ms)

Started GET “/bikes/B1003/favicon.ico” for 129.81.216.186 at 2017-12-07 02:39:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:39:01 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.186 at 2017-12-07 02:39:02 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "103893974902097919546"]]
Rendered bikes/_bike_nav.html.erb (0.3ms)
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "103893974902097919546"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 39ms (Views: 35.9ms | ActiveRecord: 1.0ms)

Started GET “/renters/103893974902097919546/” for 129.81.216.186 at 2017-12-07 02:39:16 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"103893974902097919546"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered renters/_renter_nav.html.erb (6.6ms)
Rendered renters/show.html.erb within layouts/application (7.2ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x007f10696ce938>):

  1: <nav class="miniNav">
  2:  
  3:  <!--Show back if not on bike index-->
  4:  <% unless current_page?("/renters") or !current_user.admin%>
  5:          <%= link_to 'Return to Renters', renters_path %>
  6:  <% end %>
  7:  
app/views/renters/_renter_nav.html.erb:4:in `_app_views_renters__renter_nav_html_erb__2992492615094142146_42840300'
app/views/renters/show.html.erb:1:in `_app_views_renters_show_html_erb___4148206023416108133_43429700'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.0ms)

Started GET “/renters/103893974902097919546/favicon.ico” for 129.81.216.186 at 2017-12-07 02:39:17 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:39:17 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 28ms (Views: 27.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/103893974902097919546/favicon.ico” for 129.81.216.186 at 2017-12-07 02:39:17 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.186 at 2017-12-07 02:39:17 +0000 Cannot render console from 129.81.216.186! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.216.233 at 2017-12-15 18:56:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 12ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 18:56:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (3.4ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (1.2ms)

Completed 200 OK in 625ms (Views: 624.3ms | ActiveRecord: 0.6ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 18:56:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 18:56:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 18:56:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.233 at 2017-12-15 18:56:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 18:56:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-75d605fc243602b47b51c01439d888e65e126ce4d54173498f460bd01d68f890.css?body=1” for 129.81.216.233 at 2017-12-15 18:56:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.233 at 2017-12-15 18:56:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-d6cc8c3c7f348181b26ff3349e5dee639f15ac5934bc08049dcd98fbcc05aad9.js?body=1” for 129.81.216.233 at 2017-12-15 18:56:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 18:56:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 18:56:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (107.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 144ms (Views: 135.3ms | ActiveRecord: 1.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 18:59:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.7ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (45.5ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.8ms)

Completed 200 OK in 442ms (Views: 421.5ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 18:59:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 18:59:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (1.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (33.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 109ms (Views: 104.7ms | ActiveRecord: 2.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 18:59:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:00:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.8ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.6ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 106ms (Views: 103.6ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:00:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.216.233 at 2017-12-15 19:00:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 19:00:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:00:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (12.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.9ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:01:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.7ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (45.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.9ms)

Completed 200 OK in 465ms (Views: 445.5ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:01:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:01:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (1.9ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (40.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 125ms (Views: 120.0ms | ActiveRecord: 2.4ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:01:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:02:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.3ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (63.8ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.8ms)

Completed 200 OK in 521ms (Views: 498.7ms | ActiveRecord: 1.7ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:02:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:03:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (1.5ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (1.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (46.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 144ms (Views: 139.9ms | ActiveRecord: 1.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:03:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:04:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 45ms (Views: 42.6ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:04:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:05:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 493ms (Views: 490.5ms | ActiveRecord: 1.1ms)

Started GET “/assets/application.self-a24463e687e567aed2c92c0e8f54f8c4de6862a30c8b225d8b451edf460df69d.css?body=1” for 129.81.216.233 at 2017-12-15 19:05:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:05:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:06:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 108ms (Views: 105.4ms | ActiveRecord: 1.2ms)

Started GET “/assets/application.self-ea4c09099ac94dcad1127795f48c7a695d8443ab7ae844f6f44de468a9a875a6.css?body=1” for 129.81.216.233 at 2017-12-15 19:06:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:06:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:07:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (12.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 94ms (Views: 92.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/application.self-62bb987c49587412fae9f2f8956d01bb4437071fc44faa34f1cb0d8d62a8574a.css?body=1” for 129.81.216.233 at 2017-12-15 19:07:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:07:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:07:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 54ms (Views: 52.1ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:07:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:10:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.3ms)
Renter Load (0.6ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 64ms (Views: 61.7ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:10:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:10:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 45ms (Views: 43.3ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:10:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:12:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 45ms (Views: 42.3ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:12:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:12:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 52ms (Views: 49.7ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:12:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:12:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:12:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:12:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.0ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 53ms (Views: 50.7ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:12:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:13:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 48ms (Views: 45.5ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:13:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:14:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (12.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 131ms (Views: 128.9ms | ActiveRecord: 1.0ms)

Started GET “/assets/application.self-cb7e61186d1ba1425baa40dc339fb4ef1394eaf08fbf0004447897b9a4436a27.css?body=1” for 129.81.216.233 at 2017-12-15 19:14:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:14:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:15:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.8ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 52ms (Views: 49.5ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:15:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:16:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 51ms (Views: 49.0ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:16:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:16:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 61ms (Views: 58.8ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:16:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:16:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.5ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 50ms (Views: 47.1ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:16:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:16:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 52ms (Views: 49.1ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:16:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:17:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 45ms (Views: 43.1ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:17:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:18:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (1.0ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 69ms (Views: 66.0ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:18:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:19:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.6ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 43ms (Views: 41.5ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:19:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:19:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (12.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:19:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:19:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 206ms (Views: 203.1ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:19:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:20:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (123.6ms)
Renter Load (0.9ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 160ms (Views: 156.9ms | ActiveRecord: 1.6ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:20:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:20:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 55ms (Views: 52.9ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:20:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:20:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.4ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 49ms (Views: 46.5ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:20:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:20:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 47ms (Views: 45.1ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:20:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:20:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 43ms (Views: 41.4ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:20:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:21:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:21:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:21:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (24.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 54ms (Views: 52.3ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:21:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:22:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.8ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:22:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:22:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 42ms (Views: 40.5ms | ActiveRecord: 0.8ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:22:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:22:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 44ms (Views: 42.5ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:22:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:23:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 57ms (Views: 54.8ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:23:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:23:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 42ms (Views: 40.2ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:23:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:24:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 186ms (Views: 184.0ms | ActiveRecord: 0.9ms)

Started GET “/assets/application.self-a980d55eaccc98331e7851bf9fecddf088a0a7e2fef260fb6e10c14152a22d25.css?body=1” for 129.81.216.233 at 2017-12-15 19:24:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:24:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:25:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.5ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 46ms (Views: 43.8ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:25:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:25:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (12.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 91ms (Views: 89.4ms | ActiveRecord: 0.9ms)

Started GET “/assets/application.self-181f0821613bfac185a1e63adeedb764204ed9d96324d419da173f2a34a057d3.css?body=1” for 129.81.216.233 at 2017-12-15 19:25:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:25:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:26:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 94ms (Views: 91.3ms | ActiveRecord: 1.3ms)

Started GET “/assets/application.self-1deddfd518bedaad8b8d23ebc5c57349c520437677ee971fef5ce3ef5a86ea22.css?body=1” for 129.81.216.233 at 2017-12-15 19:26:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:26:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:29:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 45ms (Views: 42.9ms | ActiveRecord: 1.0ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:29:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.9ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 45ms (Views: 43.1ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:29:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:30:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (18.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 130ms (Views: 127.5ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:30:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:30:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 76ms (Views: 73.1ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:30:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:30:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (125.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 158ms (Views: 155.6ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:30:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:33:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 118ms (Views: 115.3ms | ActiveRecord: 1.2ms)

Started GET “/assets/application.self-ed735658cd93e1c4f763782cc26a7579de917ff8d4ba56d88efc83df46460c80.css?body=1” for 129.81.216.233 at 2017-12-15 19:33:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:34:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:34:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:35:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 118ms (Views: 116.1ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:36:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1005” for 129.81.216.233 at 2017-12-15 19:36:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1005"}
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Rendered bikes/_bike_nav.html.erb (0.6ms)
Rendered bikes/_bike_show.html.erb (12.2ms)
Rendered bikes/show.html.erb within layouts/application (17.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 164ms (Views: 134.9ms | ActiveRecord: 1.1ms)

Started GET “/bikes/favicon.ico” for 129.81.216.233 at 2017-12-15 19:36:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "favicon"]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'bikeid'=favicon):

app/controllers/bikes_controller.rb:28:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (42.0ms)

Started GET “/bikes/favicon.ico” for 129.81.216.233 at 2017-12-15 19:36:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as

Parameters: {"id"=>"favicon"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "favicon"]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'bikeid'=favicon):

app/controllers/bikes_controller.rb:28:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (41.7ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:36:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.8ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 102ms (Views: 99.4ms | ActiveRecord: 1.2ms)

Started GET “/assets/application.self-c86f74df92f092ddd1683743484bcd260611cd22bb0482cda96e9c3b9e37484f.css?body=1” for 129.81.216.233 at 2017-12-15 19:36:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:37:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:37:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (18.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 49ms (Views: 47.0ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:37:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:40:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 53ms (Views: 51.0ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:40:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:41:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.0ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 156ms (Views: 153.3ms | ActiveRecord: 1.3ms)

Started GET “/assets/application.self-7bcbac71d5f4cd2d5fa0bc284476f10f8d80c13963108d1c9b2ff4342b763027.css?body=1” for 129.81.216.233 at 2017-12-15 19:41:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:41:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:43:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (60.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 176ms (Views: 173.0ms | ActiveRecord: 1.3ms)

Started GET “/assets/application.self-5fd1eaac09206f6b13baf62db52d74c7ddda68d67485c000173d3e4cda938f78.css?body=1” for 129.81.216.233 at 2017-12-15 19:43:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:43:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:44:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 177ms (Views: 174.4ms | ActiveRecord: 1.0ms)

Started GET “/assets/application.self-55dc713bf92f9ea53e378e6353ecb6ef2124029eca41b80a76f279b9cbb68a9c.css?body=1” for 129.81.216.233 at 2017-12-15 19:44:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:44:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (12.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 90ms (Views: 87.9ms | ActiveRecord: 1.3ms)

Started GET “/assets/application.self-d0bedc25a857f4fec9822fdc94e5622edc7bc9f9b73c2ba16daf95541b0d9e50.css?body=1” for 129.81.216.233 at 2017-12-15 19:44:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:44:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:44:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.5ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 51ms (Views: 48.3ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:44:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:46:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.4ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.4ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (41.4ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 92ms (Views: 88.7ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:46:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:46:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.0ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 52ms (Views: 49.3ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:46:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:46:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 110ms (Views: 107.7ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:46:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:46:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 66ms (Views: 64.2ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:46:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:48:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.3ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 140ms (Views: 137.4ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:48:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:50:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.9ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 54ms (Views: 51.3ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:50:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:53:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (18.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 59ms (Views: 56.3ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:53:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:54:25 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 105ms (Views: 102.9ms | ActiveRecord: 1.1ms)

Started GET “/assets/application.self-0478002f1e2e1be8f87ff3ebdd3c0e8c31d98f22d5c7b0282ab5b1078d8066d0.css?body=1” for 129.81.216.233 at 2017-12-15 19:54:25 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:54:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:55:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 118ms (Views: 114.7ms | ActiveRecord: 1.3ms)

Started GET “/assets/application.self-82bd97276c97c5573e66532b612c1f23ba72c473497958656492c873e3ab6659.css?body=1” for 129.81.216.233 at 2017-12-15 19:55:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:55:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:56:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 58ms (Views: 56.5ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:56:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:56:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 49ms (Views: 46.9ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:56:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:57:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 51ms (Views: 49.0ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:57:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:57:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 51ms (Views: 48.3ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:57:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:57:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (18.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 54ms (Views: 51.6ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:57:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:57:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.8ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 57ms (Views: 54.3ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:57:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:57:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.8ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 59ms (Views: 55.8ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:57:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:58:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.5ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 82ms (Views: 79.2ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:58:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:59:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (18.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 108ms (Views: 105.1ms | ActiveRecord: 1.2ms)

Started GET “/assets/application.self-9b7d1a6378a95e572eeb6eb113533081f08fab018f08acfa9ea6bf54df9d013b.css?body=1” for 129.81.216.233 at 2017-12-15 19:59:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:59:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 19:59:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 105ms (Views: 102.8ms | ActiveRecord: 1.0ms)

Started GET “/assets/application.self-a51293a788befde05828756eb4e9dda015d657eb2a268ce7c44299ce1fdd5f9b.css?body=1” for 129.81.216.233 at 2017-12-15 19:59:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 19:59:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:00:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.2ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 153ms (Views: 150.7ms | ActiveRecord: 1.2ms)

Started GET “/assets/application.self-c1cbcc72261c71babc8f2ac05836856de153b14cfeb5dc2db36dde45ee5bcf59.css?body=1” for 129.81.216.233 at 2017-12-15 20:00:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:00:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:01:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 48ms (Views: 45.1ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:01:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:01:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (12.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 92ms (Views: 90.2ms | ActiveRecord: 1.1ms)

Started GET “/assets/application.self-a00c01a8b47a76a67f614166777eb6c96b913681f79ecb29c3edbc86755f5932.css?body=1” for 129.81.216.233 at 2017-12-15 20:01:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:01:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:05:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (15.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 115ms (Views: 112.1ms | ActiveRecord: 1.0ms)

Started GET “/assets/application.self-2790b9cecb52674678bed912942438e6669bf1e483f486d58a6c91793ceb207a.css?body=1” for 129.81.216.233 at 2017-12-15 20:05:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:05:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (13.6ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 107ms (Views: 104.7ms | ActiveRecord: 1.1ms)

Started GET “/assets/application.self-fac6d7b9ff26c0408f8b4c945b6bbe01f1f0f566c537ba47653dc198c6f4efc4.css?body=1” for 129.81.216.233 at 2017-12-15 20:05:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:05:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:06:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.2ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.1ms)
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 64ms (Views: 60.9ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:06:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:06:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (63.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 99ms (Views: 96.8ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:06:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:06:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Rendered bikes/_bike_nav.html.erb (0.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 53ms (Views: 50.8ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:06:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.216.233 at 2017-12-15 20:08:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.233 at 2017-12-15 20:08:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.2ms)
Rendered sessions/login.html.erb within layouts/application (1.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 51ms (Views: 49.9ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.233 at 2017-12-15 20:08:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.233 at 2017-12-15 20:08:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 20:08:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.8ms)
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 60ms (Views: 58.5ms | ActiveRecord: 0.5ms)

Started GET “/auth/google_oauth2” for 129.81.216.233 at 2017-12-15 20:08:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.233 at 2017-12-15 20:08:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 20:08:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.3ms)
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 44ms (Views: 42.7ms | ActiveRecord: 0.5ms)

Started GET “/auth/google_oauth2/callback?code=4/AAAhxL33F0pl2lRqD5Y3RMlvXjmrG5WXXLKyWh_4MQQop6Kgqlh0bSoJ74zBLilpUa2CaFP-0tgOaFZQ_XQw7nU” for 129.81.216.233 at 2017-12-15 20:08:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/AAAhxL33F0pl2lRqD5Y3RMlvXjmrG5WXXLKyWh_4MQQop6Kgqlh0bSoJ74zBLilpUa2CaFP-0tgOaFZQ_XQw7nU", "provider"=>"google_oauth2"}
Renter Load (1.6ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 12ms (ActiveRecord: 1.6ms)

Started GET “/login” for 129.81.216.233 at 2017-12-15 20:08:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.3ms)
Rendered sessions/login.html.erb within layouts/application (1.2ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x007f3625404450>):

  59:           </li>
  60:           
  61:           <!--Use to implement users & tickets page for admins-->
  62:           <% if isAdmin() %>
  63:           <li <% if current_page?(renters_path) %> class="uk-active" <% end %> >
  64:             <a href="/renters">Users</a>
  65:           </li>
app/helpers/application_helper.rb:5:in `isAdmin'
app/views/layouts/application.html.erb:62:in `_app_views_layouts_application_html_erb__1326969482126089394_31714000'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (43.9ms)

Started GET “/” for 129.81.216.233 at 2017-12-15 20:08:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 12ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 20:08:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.6ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 566ms (ActiveRecord: 0.9ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x000000043adc58>):

  59:           </li>
  60:           
  61:           <!--Use to implement users & tickets page for admins-->
  62:           <% if isAdmin() %>
  63:           <li <% if current_page?(renters_path) %> class="uk-active" <% end %> >
  64:             <a href="/renters">Users</a>
  65:           </li>
app/helpers/application_helper.rb:5:in `isAdmin'
app/views/layouts/application.html.erb:62:in `_app_views_layouts_application_html_erb___350766481766812201_34606220'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (37.2ms)

Started GET “/” for 129.81.216.233 at 2017-12-15 20:09:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.9ms)

Completed 200 OK in 43ms (Views: 42.4ms | ActiveRecord: 0.3ms)

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-2790b9cecb52674678bed912942438e6669bf1e483f486d58a6c91793ceb207a.css?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-d6cc8c3c7f348181b26ff3349e5dee639f15ac5934bc08049dcd98fbcc05aad9.js?body=1” for 129.81.216.233 at 2017-12-15 20:09:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:09:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.216.233 at 2017-12-15 20:09:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.233 at 2017-12-15 20:09:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.2ms)
Rendered sessions/login.html.erb within layouts/application (1.6ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 49ms (Views: 47.4ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.233 at 2017-12-15 20:09:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.233 at 2017-12-15 20:09:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/auth/google_oauth2” for 129.81.216.233 at 2017-12-15 20:09:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/error” for 129.81.216.233 at 2017-12-15 20:09:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2/callback?code=4%2Fn-1m-8Z89wbJDMDGNroSs171-KEsI0s9SS-kpGaOTRk” for 129.81.216.233 at 2017-12-15 20:09:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/n-1m-8Z89wbJDMDGNroSs171-KEsI0s9SS-kpGaOTRk", "provider"=>"google_oauth2"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "103893974902097919546"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Started GET “/login” for 129.81.216.233 at 2017-12-15 20:09:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.4ms)
Rendered sessions/login.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "103893974902097919546"]]

Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.2ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x00000003d99bc8>):

  59:           </li>
  60:           
  61:           <!--Use to implement users & tickets page for admins-->
  62:           <% if isAdmin() %>
  63:           <li <% if current_page?(renters_path) %> class="uk-active" <% end %> >
  64:             <a href="/renters">Users</a>
  65:           </li>
app/helpers/application_helper.rb:5:in `isAdmin'
app/views/layouts/application.html.erb:62:in `_app_views_layouts_application_html_erb___350766481766812201_34606220'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.8ms)

Started GET “/” for 129.81.216.233 at 2017-12-15 20:10:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 16ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 20:10:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (3.2ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 448ms (ActiveRecord: 0.7ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x00000001b11948>):

  59:           </li>
  60:           
  61:           <!--Use to implement users & tickets page for admins-->
  62:           <% if isAdmin() %>
  63:           <li <% if current_page?(renters_path) %> class="uk-active" <% end %> >
  64:             <a href="/renters">Users</a>
  65:           </li>
app/helpers/application_helper.rb:5:in `isAdmin'
app/views/layouts/application.html.erb:62:in `_app_views_layouts_application_html_erb___670126301635822609_33353760'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.6ms)

Started GET “/” for 129.81.216.233 at 2017-12-15 20:14:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 11ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 20:14:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.4ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 441ms (ActiveRecord: 0.7ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x00000001cd68a0>):

  59:           </li>
  60:           
  61:           <!--Use to implement users & tickets page for admins-->
  62:           <% if isAdmin() %>
  63:           <li <% if current_page?(renters_path) %> class="uk-active" <% end %> >
  64:             <a href="/renters">Users</a>
  65:           </li>
app/helpers/application_helper.rb:5:in `isAdmin'
app/views/layouts/application.html.erb:62:in `_app_views_layouts_application_html_erb___3973642989313060703_34156480'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.9ms)

Started GET “/” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.9ms)

Completed 200 OK in 47ms (Views: 45.9ms | ActiveRecord: 0.3ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-2790b9cecb52674678bed912942438e6669bf1e483f486d58a6c91793ceb207a.css?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:14:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:14:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:14:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:14:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-d6cc8c3c7f348181b26ff3349e5dee639f15ac5934bc08049dcd98fbcc05aad9.js?body=1” for 129.81.216.233 at 2017-12-15 20:14:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:14:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.216.233 at 2017-12-15 20:14:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML Redirected to actual-rentul-cmoroz1.c9users.io/login Filter chain halted as :force_log_in rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/login” for 129.81.216.233 at 2017-12-15 20:14:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.2ms)
Rendered sessions/login.html.erb within layouts/application (1.7ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 63ms (Views: 62.1ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.233 at 2017-12-15 20:14:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.233 at 2017-12-15 20:14:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 20:14:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2” for 129.81.216.233 at 2017-12-15 20:14:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Request phase initiated.

Started GET “/auth/favicon.ico” for 129.81.216.233 at 2017-12-15 20:14:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 20:14:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.3ms)

Started GET “/auth/google_oauth2/callback?code=4%2Fft5yccWIrqFWhQ84JQ6xOdL7m9AR-cVgopFH941URHE” for 129.81.216.233 at 2017-12-15 20:14:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 (google_oauth2) Callback phase initiated. Processing by SessionsController#create as HTML

Parameters: {"code"=>"4/ft5yccWIrqFWhQ84JQ6xOdL7m9AR-cVgopFH941URHE", "provider"=>"google_oauth2"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."provider" = ? AND "renters"."renterID" = ?  ORDER BY "renters"."renterID" ASC LIMIT 1  [["provider", "google_oauth2"], ["renterID", "112341991710336885500"]]

Redirected to actual-rentul-cmoroz1.c9users.io/login Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Started GET “/login” for 129.81.216.233 at 2017-12-15 20:14:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by SessionsController#login as HTML

Rendered sessions/_login_section.html.erb (0.3ms)
Rendered sessions/login.html.erb within layouts/application (1.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]

Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.2ms)

ActionView::Template::Error (undefined method `admin' for #<Renter:0x007fdf7e654c98>):

  59:           </li>
  60:           
  61:           <!--Use to implement users & tickets page for admins-->
  62:           <% if isAdmin() %>
  63:           <li <% if current_page?(renters_path) %> class="uk-active" <% end %> >
  64:             <a href="/renters">Users</a>
  65:           </li>
app/helpers/application_helper.rb:5:in `isAdmin'
app/views/layouts/application.html.erb:62:in `_app_views_layouts_application_html_erb___3973642989313060703_34156480'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.5ms)
 (15.8ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (10.9ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "admin" boolean, "picture" varchar) 
 (13.0ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
 (15.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.3ms)  select sqlite_version(*)
 (15.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.3ms)  SELECT version FROM "schema_migrations"
 (11.9ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171112001048')
 (11.5ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171025181019')
 (11.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
 (9.2ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
 (11.3ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "admin" boolean, "picture" varchar) 
 (12.7ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
 (12.2ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.2ms)  select sqlite_version(*)
 (12.7ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
 (0.3ms)  SELECT version FROM "schema_migrations"
 (12.8ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171112001048')
 (11.1ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171025181019')
 (10.8ms)  INSERT INTO "schema_migrations" (version) VALUES ('20171006230906')
ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (11.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (16.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (11.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (11.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (14.2ms)  commit transaction
 (0.3ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (15.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (11.9ms)  commit transaction
 (0.3ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (20.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (18.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (10.6ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (12.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (10.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (11.6ms)  commit transaction
 (0.7ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (14.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (13.7ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (11.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (12.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (11.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (10.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (12.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (11.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (11.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (13.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (11.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (10.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (19.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (18.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (12.3ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.5ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "cCN", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["provider", "google_oauth2"], ["cCN", "1234567891001000"], ["birthday", "1997-02-06 17:00:00.000000"], ["email", "andrerinclu@gmail.com"], ["phone", "(504)-636-7989"], ["admin", "t"]]
 (11.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "cCN", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["provider", "google_oauth2"], ["cCN", "1234567891001000"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"]]
 (12.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "cCN", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "117448863609580869312"], ["renterName", "Nathan Nguyen"], ["provider", "google_oauth2"], ["cCN", "1234567891001000"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "pnn1997@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"]]
 (11.0ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.6ms)  INSERT INTO "tickets" ("ticket", "renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "checkin", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["ticket", "TN123"], ["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["email", "arinconl@tulane.edu"], ["bikeid", "A1000"], ["cCN", "1234567891001000"], ["serialnumber", 12345], ["checkout", "2017-10-01 17:00:00.000000"], ["checkin", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-15 20:15:09.276785"], ["updated_at", "2017-12-15 20:15:09.276785"]]
 (26.1ms)  commit transaction
 (14.5ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (11.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.6ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.5ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (12.2ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "admin" boolean, "picture" varchar) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (11.6ms)  commit transaction

Migrating to CreateTickets (20171112001048)

 (0.3ms)  begin transaction
 (0.6ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171112001048"]]
 (12.3ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.2ms)  begin transaction
SQL (0.6ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (10.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (10.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (8.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (7.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (9.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (7.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (9.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (7.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (9.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (9.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (12.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (10.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (9.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (8.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (11.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (8.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (8.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (8.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (9.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (9.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (10.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (10.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (10.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (12.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "cCN", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["provider", "google_oauth2"], ["cCN", "1234567891001000"], ["birthday", "1997-02-06 17:00:00.000000"], ["email", "andrerinclu@gmail.com"], ["phone", "(504)-636-7989"], ["admin", "t"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "cCN", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["provider", "google_oauth2"], ["cCN", "1234567891001000"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"]]
 (9.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "cCN", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "117448863609580869312"], ["renterName", "Nathan Nguyen"], ["provider", "google_oauth2"], ["cCN", "1234567891001000"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "pnn1997@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("ticket", "renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "checkin", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["ticket", "TN123"], ["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["email", "arinconl@tulane.edu"], ["bikeid", "A1000"], ["cCN", "1234567891001000"], ["serialnumber", 12345], ["checkout", "2017-10-01 17:00:00.000000"], ["checkin", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-15 20:15:27.722782"], ["updated_at", "2017-12-15 20:15:27.722782"]]
 (10.0ms)  commit transaction

Started GET “/” for 129.81.216.233 at 2017-12-15 20:15:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 11ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 20:15:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.5ms)
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (1.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.5ms)

Completed 200 OK in 497ms (Views: 493.7ms | ActiveRecord: 2.1ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 20:15:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.1ms)

Completed 200 OK in 86ms (Views: 83.9ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:15:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.7ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (168.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 248ms (Views: 197.8ms | ActiveRecord: 2.2ms)

Started GET “/bikes/A1003” for 129.81.216.233 at 2017-12-15 20:16:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (15.2ms)
Rendered bikes/_bike_show.html.erb (1.2ms)
Rendered bikes/show.html.erb within layouts/application (19.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 55ms (Views: 51.8ms | ActiveRecord: 0.8ms)

Started GET “/bikes/A1003/switchAvailability” for 129.81.216.233 at 2017-12-15 20:16:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1003"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.2ms)  begin transaction
SQL (0.6ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1003"], ["cCN", "1234567891001000"], ["serialnumber", 73310], ["checkout", "2017-12-15 20:16:08.316643"], ["location", "Boggs"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-15 20:16:08.329002"], ["updated_at", "2017-12-15 20:16:08.329002"]]
 (127.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1003"]]
 (12.5ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/2 Completed 302 Found in 166ms (ActiveRecord: 141.9ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.216.233 at 2017-12-15 20:16:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/2” for 129.81.216.233 at 2017-12-15 20:16:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (1.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 52ms (Views: 48.8ms | ActiveRecord: 0.7ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 20:16:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.2ms)

Started GET “/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 20:16:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as

Parameters: {"id"=>"favicon"}
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 0]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)

ActiveRecord::RecordNotFound (Couldn't find Ticket with 'id'=favicon):

app/controllers/tickets_controller.rb:13:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (32.7ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:16:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.5ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (28.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 65ms (Views: 59.1ms | ActiveRecord: 2.1ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:20:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#index as HTML

Ticket Exists (0.4ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (16.4ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (77.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.7ms)

Completed 200 OK in 584ms (Views: 493.4ms | ActiveRecord: 3.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:20:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:20:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.6ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 52ms (Views: 47.7ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:20:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:21:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Rendered bikes/_bike_show.html.erb (0.9ms)
Rendered bikes/show.html.erb within layouts/application (4.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.6ms)

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:22:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.3ms)
Rendered bikes/_bike_show.html.erb (0.3ms)
Rendered bikes/show.html.erb within layouts/application (4.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:22:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:22:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (29.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 62ms (Views: 57.3ms | ActiveRecord: 1.7ms)

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:22:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Rendered bikes/_bike_show.html.erb (0.2ms)
Rendered bikes/show.html.erb within layouts/application (3.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 44ms (Views: 42.1ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:22:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (19.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 54ms (Views: 50.1ms | ActiveRecord: 1.3ms)

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:22:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.7ms)
Rendered bikes/_bike_show.html.erb (0.2ms)
Rendered bikes/show.html.erb within layouts/application (3.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 31.8ms | ActiveRecord: 0.5ms)

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:23:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.5ms)
Rendered bikes/_bike_show.html.erb (0.2ms)
Rendered bikes/show.html.erb within layouts/application (4.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 459ms (Views: 457.0ms | ActiveRecord: 0.5ms)

Started GET “/assets/application.self-79ed49608709a6aa38b58b493fd639250e56caf2a1e4b0f636551b8c11f08fa3.css?body=1” for 129.81.216.233 at 2017-12-15 20:23:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:23:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:23:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.7ms)
Rendered bikes/_bike_show.html.erb (0.4ms)
Rendered bikes/show.html.erb within layouts/application (3.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.6ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:23:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:25:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.6ms)
Rendered bikes/_bike_show.html.erb (0.2ms)
Rendered bikes/show.html.erb within layouts/application (3.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 80ms (Views: 78.6ms | ActiveRecord: 0.5ms)

Started GET “/assets/application.self-b13e471a0a1015643699562ddeac5f91c8056735b70d518ae3c2e030a26b5f2d.css?body=1” for 129.81.216.233 at 2017-12-15 20:25:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:25:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:25:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.6ms)
Rendered bikes/_bike_show.html.erb (0.2ms)
Rendered bikes/show.html.erb within layouts/application (3.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 85ms (Views: 82.8ms | ActiveRecord: 0.4ms)

Started GET “/assets/application.self-1e0fc1beb4c3a1756df3d2383717a8b82c67cf190664bfe5e6922229d49b0de7.css?body=1” for 129.81.216.233 at 2017-12-15 20:25:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:25:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:25:25 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Rendered bikes/_bike_show.html.erb (0.2ms)
Rendered bikes/show.html.erb within layouts/application (3.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 83ms (Views: 80.7ms | ActiveRecord: 0.7ms)

Started GET “/assets/application.self-530615599765ca10c11e09c6f95bbeca58aec3eec02887def9a4a2a3ed297938.css?body=1” for 129.81.216.233 at 2017-12-15 20:25:25 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:25:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:28:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Rendered bikes/_bike_show.html.erb (0.3ms)
Rendered bikes/show.html.erb within layouts/application (2.5ms)
Renter Load (1.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 41ms (Views: 38.0ms | ActiveRecord: 1.6ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8d1608e0a51cd53f427e8ca066262945c36bfcf03f2e728a015bf70ee1a15aba.css?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-7e5a5f0cd1c57fe88c3154259e5490d5575440e4dfb31fbcee198f7543b56003.css?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-530615599765ca10c11e09c6f95bbeca58aec3eec02887def9a4a2a3ed297938.css?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-d6cc8c3c7f348181b26ff3349e5dee639f15ac5934bc08049dcd98fbcc05aad9.js?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-15 20:28:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:28:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 20:28:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.2ms)
Rendered bikes/_bike_show.html.erb (0.2ms)
Rendered bikes/show.html.erb within layouts/application (3.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.4ms)

Completed 200 OK in 43ms (Views: 41.4ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 20:28:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 20:29:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.9ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (140.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 182ms (Views: 178.0ms | ActiveRecord: 1.3ms)

Started GET “/” for 129.81.216.233 at 2017-12-15 21:04:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 11ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 21:04:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.3ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.5ms)

Completed 200 OK in 808ms (Views: 806.7ms | ActiveRecord: 0.7ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-15 21:04:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (1.6ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (49.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 231ms (Views: 225.6ms | ActiveRecord: 0.7ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:04:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (2.1ms)
Rendered renters/show.html.erb within layouts/application (4.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:04:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:04:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:04:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:04:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:04:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:04:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:05:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (2.3ms)
Rendered renters/show.html.erb within layouts/application (3.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:05:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:05:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:05:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 40.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:05:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:05:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 37ms (Views: 35.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:06:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (2.6ms)
Rendered renters/show.html.erb within layouts/application (3.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:06:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:06:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:06:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:06:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:06:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:06:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (2.0ms)
Rendered renters/show.html.erb within layouts/application (2.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:06:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:06:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:06:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:06:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:06:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:08:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

SyntaxError (/home/ubuntu/workspace/app/controllers/renters_controller.rb:66: syntax error, unexpected end-of-input, expecting keyword_end):

app/controllers/renters_controller.rb:66: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (37.6ms)

Started GET “/” for 129.81.216.233 at 2017-12-15 21:08:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 21:08:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 50ms (Views: 48.7ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:08:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.6ms)
Rendered renters/_renter_show.html.erb (2.1ms)
Rendered renters/show.html.erb within layouts/application (2.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 195ms (Views: 193.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:08:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:08:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:08:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:08:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:08:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:08:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 42.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:10:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.5ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Rendered renters/show.html.erb within layouts/application (2.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 179ms (Views: 31.9ms | ActiveRecord: 2.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:10:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:10:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:10:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:10:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:10:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:12:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (25.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 148ms (Views: 143.5ms | ActiveRecord: 0.8ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:12:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:12:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:12:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:12:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:12:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 41.6ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 21:12:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.4ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (40.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 78ms (Views: 68.4ms | ActiveRecord: 1.7ms)

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 21:12:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.3ms)
Rendered bikes/_bike_show.html.erb (0.9ms)
Rendered bikes/show.html.erb within layouts/application (3.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 28.8ms | ActiveRecord: 0.5ms)

Started GET “/bikes/A1000/switchAvailability” for 129.81.216.233 at 2017-12-15 21:12:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1000"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1000"], ["cCN", "1234567891001000"], ["serialnumber", 23365], ["checkout", "2017-12-15 21:12:53.361735"], ["location", "Stanley Thomas"], ["fare", 5.0], ["active", "t"], ["created_at", "2017-12-15 21:12:53.365823"], ["updated_at", "2017-12-15 21:12:53.365823"]]
 (13.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1000"]]
 (12.8ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/3 Completed 302 Found in 41ms (ActiveRecord: 27.2ms)

Started GET “/bikes/A1000/favicon.ico” for 129.81.216.233 at 2017-12-15 21:12:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.216.233 at 2017-12-15 21:12:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (1.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 35.8ms | ActiveRecord: 0.6ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:12:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 21:12:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.6ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (56.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 90ms (Views: 85.7ms | ActiveRecord: 1.5ms)

Started GET “/bikes/A1005” for 129.81.216.233 at 2017-12-15 21:12:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1005"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Rendered bikes/_bike_show.html.erb (0.2ms)
Rendered bikes/show.html.erb within layouts/application (2.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.5ms)

Started GET “/bikes/A1005/switchAvailability” for 129.81.216.233 at 2017-12-15 21:12:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1005"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1005"], ["cCN", "1234567891001000"], ["serialnumber", 71441], ["checkout", "2017-12-15 21:12:57.913871"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["active", "t"], ["created_at", "2017-12-15 21:12:57.915489"], ["updated_at", "2017-12-15 21:12:57.915489"]]
 (13.9ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1005"]]
 (14.6ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/4 Completed 302 Found in 155ms (ActiveRecord: 29.9ms)

Started GET “/bikes/A1005/favicon.ico” for 129.81.216.233 at 2017-12-15 21:12:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:12:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.3ms)

Started GET “/tickets/4” for 129.81.216.233 at 2017-12-15 21:12:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"4"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 4]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.4ms | ActiveRecord: 0.4ms)

Started GET “/bikes/A1005/favicon.ico” for 129.81.216.233 at 2017-12-15 21:12:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:12:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 21:12:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 69ms (Views: 64.6ms | ActiveRecord: 1.5ms)

Started GET “/bikes/A1006” for 129.81.216.233 at 2017-12-15 21:13:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.9ms)
Rendered bikes/_bike_show.html.erb (0.3ms)
Rendered bikes/show.html.erb within layouts/application (3.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 31.1ms | ActiveRecord: 0.7ms)

Started GET “/bikes/A1006/favicon.ico” for 129.81.216.233 at 2017-12-15 21:13:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:13:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 34.0ms | ActiveRecord: 0.3ms)

Started GET “/bikes/A1006/switchAvailability” for 129.81.216.233 at 2017-12-15 21:13:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1006"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1006"], ["cCN", "1234567891001000"], ["serialnumber", 26001], ["checkout", "2017-12-15 21:13:01.659302"], ["location", "Jones"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-15 21:13:01.660630"], ["updated_at", "2017-12-15 21:13:01.660630"]]
 (16.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1006"]]
 (13.2ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/5 Completed 302 Found in 40ms (ActiveRecord: 31.0ms)

Started GET “/bikes/A1006/favicon.ico” for 129.81.216.233 at 2017-12-15 21:13:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/5” for 129.81.216.233 at 2017-12-15 21:13:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.4ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:13:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.3ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-15 21:13:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (5.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 40ms (Views: 36.8ms | ActiveRecord: 0.7ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:13:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (23.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 119ms (Views: 115.0ms | ActiveRecord: 0.7ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:13:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:13:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:13:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:13:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 39ms (Views: 37.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:13:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:13:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:21:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.6ms)
Rendered renters/show.html.erb within layouts/application (12.6ms)

Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.6ms)

ActionView::Template::Error (undefined method `color' for #<Ticket:0x007fe305debe68>):

  13:                         <a href="<%= tickets_path %>/<%= t.id %>" class="uk-card uk-card-hover dataBlock uk-padding">
  14:                             <div class="uk-card-body uk-grid-collpase uk-child-width-3-1 uk-text-center" uk-grid>
  15:                                 <div class="uk-card-media-left uk-height-small dataPicMargin">
  16:                                                 <img class="uk-border-rounded uk-height-small uk-preserve-width" alt="<%= t.color %> <%= t.style %> Bike" src="<%= Bikes.find(bikeid: t.bikeid).picture %>">
  17:                                         </div>
  18:                                 </div>
  19:                         </a>
app/views/renters/show.html.erb:16:in `block in _app_views_renters_show_html_erb__3600557756989256635_70306516365260'
app/views/renters/show.html.erb:12:in `each'
app/views/renters/show.html.erb:12:in `_app_views_renters_show_html_erb__3600557756989256635_70306516365260'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.4ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:21:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Rendered renters/show.html.erb within layouts/application (10.4ms)

Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Bikes):

  13:                         <a href="<%= tickets_path %>/<%= t.id %>" class="uk-card uk-card-hover dataBlock uk-padding">
  14:                             <div class="uk-card-body uk-grid-collpase uk-child-width-3-1 uk-text-center" uk-grid>
  15:                                 <div class="uk-card-media-left uk-height-small dataPicMargin">
  16:                                                 <img class="uk-border-rounded uk-height-small uk-preserve-width" alt="" src="<%= Bikes.find(bikeid: t.bikeid).picture %>">
  17:                                         </div>
  18:                                 </div>
  19:                         </a>
app/views/renters/show.html.erb:16:in `block in _app_views_renters_show_html_erb__3600557756989256635_70306518474640'
app/views/renters/show.html.erb:12:in `each'
app/views/renters/show.html.erb:12:in `_app_views_renters_show_html_erb__3600557756989256635_70306518474640'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.7ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:22:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Rendered renters/show.html.erb within layouts/application (6.3ms)

Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (can't cast Hash to string):

  13:                         <a href="<%= tickets_path %>/<%= t.id %>" class="uk-card uk-card-hover dataBlock uk-padding">
  14:                             <div class="uk-card-body uk-grid-collpase uk-child-width-3-1 uk-text-center" uk-grid>
  15:                                 <div class="uk-card-media-left uk-height-small dataPicMargin">
  16:                                                 <img class="uk-border-rounded uk-height-small uk-preserve-width" alt="" src="<%= Bike.find(bikeid: t.bikeid).picture %>">
  17:                                         </div>
  18:                                 </div>
  19:                         </a>
app/views/renters/show.html.erb:16:in `block in _app_views_renters_show_html_erb__3600557756989256635_70306520138460'
app/views/renters/show.html.erb:12:in `each'
app/views/renters/show.html.erb:12:in `_app_views_renters_show_html_erb__3600557756989256635_70306520138460'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.1ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:23:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Rendered renters/show.html.erb within layouts/application (7.2ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (can't cast Hash to string):

  13:                         <a href="<%= tickets_path %>/<%= t.id %>" class="uk-card uk-card-hover dataBlock uk-padding">
  14:                             <div class="uk-card-body uk-grid-collpase uk-child-width-3-1 uk-text-center" uk-grid>
  15:                                 <div class="uk-card-media-left uk-height-small dataPicMargin">
  16:                                                 <img class="uk-border-rounded uk-height-small uk-preserve-width" alt="" src="<%= (Bike.find(bikeid: t.bikeid)).picture %>">
  17:                                         </div>
  18:                                 </div>
  19:                         </a>
app/views/renters/show.html.erb:16:in `block in _app_views_renters_show_html_erb__3600557756989256635_70306520780800'
app/views/renters/show.html.erb:12:in `each'
app/views/renters/show.html.erb:12:in `_app_views_renters_show_html_erb__3600557756989256635_70306520780800'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (14.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (39.1ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:23:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Rendered renters/show.html.erb within layouts/application (4.4ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (can't cast Hash to string):

  13:                         <a href="<%= tickets_path %>/<%= t.id %>" class="uk-card uk-card-hover dataBlock uk-padding">
  14:                             <div class="uk-card-body uk-grid-collpase uk-child-width-3-1 uk-text-center" uk-grid>
  15:                                 <div class="uk-card-media-left uk-height-small dataPicMargin">
  16:                                                 <img class="uk-border-rounded uk-height-small uk-preserve-width" alt="" src="<%= (Bike.find(bikeid: t.bikeid)).picture %>">
  17:                                         </div>
  18:                                 </div>
  19:                         </a>
app/views/renters/show.html.erb:16:in `block in _app_views_renters_show_html_erb__3600557756989256635_70306520780800'
app/views/renters/show.html.erb:12:in `each'
app/views/renters/show.html.erb:12:in `_app_views_renters_show_html_erb__3600557756989256635_70306520780800'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.4ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:23:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.4ms)  SELECT "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ?  [["bikeid", "A1006"]]
Rendered renters/show.html.erb within layouts/application (14.0ms)

Completed 500 Internal Server Error in 21ms (ActiveRecord: 1.0ms)

ActionView::Template::Error (undefined method `picture' for #<Bike::ActiveRecord_Relation:0x00000003d46608> Did you mean? capture):

  13:                         <a href="<%= tickets_path %>/<%= t.id %>" class="uk-card uk-card-hover dataBlock uk-padding">
  14:                             <div class="uk-card-body uk-grid-collpase uk-child-width-3-1 uk-text-center" uk-grid>
  15:                                 <div class="uk-card-media-left uk-height-small dataPicMargin">
  16:                                                 <img class="uk-border-rounded uk-height-small uk-preserve-width" alt="" src="<%= Bike.where(bikeid: t.bikeid).picture %>">
  17:                                         </div>
  18:                                 </div>
  19:                         </a>
app/views/renters/show.html.erb:16:in `block in _app_views_renters_show_html_erb__3600557756989256635_34280240'
app/views/renters/show.html.erb:12:in `each'
app/views/renters/show.html.erb:12:in `_app_views_renters_show_html_erb__3600557756989256635_34280240'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:24:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 95ms (Views: 90.6ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:24:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:24:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:24:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:24:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:24:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:25:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 46ms (Views: 41.9ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:25:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:25:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:25:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:25:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:25:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:25:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (16.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 140ms (Views: 136.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:25:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:25:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:25:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 39.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:25:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:25:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:29:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (2.1ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.7ms)

SyntaxError (/home/ubuntu/workspace/app/views/renters/show.html.erb:49: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/renters/show.html.erb:51: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/renters/show.html.erb:49: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/renters/show.html.erb:51: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (17.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (40.1ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:30:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (1.8ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.5ms)

SyntaxError (/home/ubuntu/workspace/app/views/renters/show.html.erb:49: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/renters/show.html.erb:51: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/renters/show.html.erb:49: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/renters/show.html.erb:51: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (30.9ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:31:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.7ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered renters/show.html.erb within layouts/application (21.1ms)

Completed 500 Internal Server Error in 29ms (ActiveRecord: 1.0ms)

ActionView::Template::Error (undefined method `availability' for #<Ticket:0x007fe3052542f8>):

  17:                                                 <img class="uk-border-rounded uk-height-small uk-preserve-width" alt="<%= curr_bike.color %> <%= curr_bike.style %> Bike" src="<%= curr_bike.picture %>">
  18:                                         </div>
  19:                                         <div class="status uk-border-rounded
  20:                                         <%if t.availability%>
  21:                                                 available
  22:                                         <%else%>
  23:                                                 unavailable
app/views/renters/show.html.erb:20:in `block in _app_views_renters_show_html_erb__3600557756989256635_70306510276580'
app/views/renters/show.html.erb:12:in `each'
app/views/renters/show.html.erb:12:in `_app_views_renters_show_html_erb__3600557756989256635_70306510276580'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:32:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (1.8ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.6ms)

SyntaxError (/home/ubuntu/workspace/app/views/renters/show.html.erb:48: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/renters/show.html.erb:50: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/renters/show.html.erb:48: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/renters/show.html.erb:50: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (31.5ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:32:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (179.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 213ms (Views: 209.0ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:32:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:32:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:32:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:32:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:32:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 34.0ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:33:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (19.0ms)
CACHE (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 93ms (Views: 88.2ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:33:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:33:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:33:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 46ms (Views: 44.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:33:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:33:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:35:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 52ms (Views: 47.2ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:35:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:35:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:35:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 34.0ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:35:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:35:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 45ms (Views: 44.1ms | ActiveRecord: 0.3ms)

Started GET “/tickets/5” for 129.81.216.233 at 2017-12-15 21:36:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (0.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:36:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:36:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:36:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:36:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:36:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.6ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:36:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:36:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:36:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.3ms)

Started GET “/tickets/5” for 129.81.216.233 at 2017-12-15 21:36:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:36:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:36:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:36:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:36:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:36:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 33.2ms | ActiveRecord: 0.4ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:36:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:36:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:36:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:36:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.6ms)
Rendered renters/_renter_show.html.erb (1.8ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (20.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 131ms (Views: 125.3ms | ActiveRecord: 1.6ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:36:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:36:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:36:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:36:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:36:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:37:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.0ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 183ms (Views: 179.7ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:37:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:37:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:37:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:37:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:37:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:37:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (25.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 56ms (Views: 52.5ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:37:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:37:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:37:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:37:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:37:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 109ms (Views: 107.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:37:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (45.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 79ms (Views: 74.9ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:37:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:37:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:37:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.4ms)

Completed 200 OK in 64ms (Views: 62.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:37:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:37:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 48ms (Views: 46.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500?ticket_page=2” for 129.81.216.233 at 2017-12-15 21:37:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"2", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (21.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 192ms (Views: 188.7ms | ActiveRecord: 0.9ms)

Started GET “/renters/favicon.ico” for 129.81.216.233 at 2017-12-15 21:37:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as

Parameters: {"id"=>"favicon"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "favicon"]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Renter with 'renterID'=favicon):

app/controllers/renters_controller.rb:14:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.9ms)

Started GET “/renters/favicon.ico” for 129.81.216.233 at 2017-12-15 21:37:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as

Parameters: {"id"=>"favicon"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "favicon"]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Renter with 'renterID'=favicon):

app/controllers/renters_controller.rb:14:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.0ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 21:37:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (12.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 45ms (Views: 40.8ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 21:38:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 45ms (Views: 41.6ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:38:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 21:39:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.5ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (19.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 117ms (Views: 112.4ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:39:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 21:39:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 78ms (Views: 74.2ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:39:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/5” for 129.81.216.233 at 2017-12-15 21:39:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 29.9ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 21:40:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.5ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (149.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 186ms (Views: 181.6ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:40:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.216.233 at 2017-12-15 21:40:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (0.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500?ticket_page=2” for 129.81.216.233 at 2017-12-15 21:41:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"2", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.5ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 56ms (Views: 52.8ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 21:42:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 149ms (Views: 145.0ms | ActiveRecord: 0.9ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 21:42:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (154.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 183ms (Views: 178.5ms | ActiveRecord: 1.5ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-15 21:43:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (5.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 32ms (Views: 29.6ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:43:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (12.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 37.1ms | ActiveRecord: 1.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:43:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:43:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:43:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:43:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 45ms (Views: 43.8ms | ActiveRecord: 0.5ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:43:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:43:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 21:43:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (31.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 66ms (Views: 61.3ms | ActiveRecord: 1.4ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:43:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (1.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 252ms (Views: 246.5ms | ActiveRecord: 2.6ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:43:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:43:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 47ms (Views: 46.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:43:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:43:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 55ms (Views: 53.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:43:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:43:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 32.6ms | ActiveRecord: 0.2ms)

Started GET “/tickets/4” for 129.81.216.233 at 2017-12-15 21:43:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"4"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 4]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:43:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 152ms (Views: 147.8ms | ActiveRecord: 0.9ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:43:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:43:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:43:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:43:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 34.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:43:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:43:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:47:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 174ms (Views: 170.1ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:47:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:47:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:47:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:47:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:47:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:47:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 49ms (Views: 44.7ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:47:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:47:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:47:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:47:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:47:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 37.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:48:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (16.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 195ms (Views: 190.9ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:48:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:48:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:48:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:48:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:48:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 28ms (Views: 27.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:49:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 109ms (Views: 105.4ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:49:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:49:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:49:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 39ms (Views: 38.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:49:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:49:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:49:25 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 135ms (Views: 130.7ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:49:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:49:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:49:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:49:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:49:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.2ms)

Started GET “/tickets/4” for 129.81.216.233 at 2017-12-15 21:49:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"4"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 4]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:49:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:49:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:49:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 116ms (Views: 115.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:49:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:49:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:49:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:49:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:49:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:50:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 200ms (Views: 194.8ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:50:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:50:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:50:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:50:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:50:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 38ms (Views: 36.7ms | ActiveRecord: 0.2ms)

Started GET “/tickets/4” for 129.81.216.233 at 2017-12-15 21:50:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"4"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 4]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:50:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:50:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:50:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:50:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:50:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:50:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:50:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:50:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 34.7ms | ActiveRecord: 0.3ms)

Started GET “/tickets/5” for 129.81.216.233 at 2017-12-15 21:51:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 46ms (Views: 44.1ms | ActiveRecord: 0.5ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.2ms)

Started GET “/tickets/5” for 129.81.216.233 at 2017-12-15 21:51:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.4ms | ActiveRecord: 0.5ms)

Started GET “/bikes/A1006” for 129.81.216.233 at 2017-12-15 21:51:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.9ms)
Rendered bikes/_bike_show.html.erb (0.2ms)
Rendered bikes/show.html.erb within layouts/application (4.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 134ms (Views: 132.0ms | ActiveRecord: 0.6ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 68ms (Views: 67.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.2ms)

Started GET “/tickets/5” for 129.81.216.233 at 2017-12-15 21:51:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 48ms (Views: 47.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.7ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:51:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:51:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:52:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (144.4ms)

Completed 200 OK in 193ms (Views: 189.1ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 21:52:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:52:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:52:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:52:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:52:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 41.2ms | ActiveRecord: 0.2ms)

Started GET “/tickets/5” for 129.81.216.233 at 2017-12-15 21:52:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 35ms (Views: 33.1ms | ActiveRecord: 0.5ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:52:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:52:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:52:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (24.5ms)

Completed 200 OK in 65ms (Views: 64.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:53:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:53:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:53:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:53:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:53:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.2ms)

Started GET “/tickets/4” for 129.81.216.233 at 2017-12-15 21:53:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"4"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 4]]
Rendered tickets/show.html.erb within layouts/application (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 51ms (Views: 49.0ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:53:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:53:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:53:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:53:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:53:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:53:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:53:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:53:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 21:55:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.9ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (136.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 182ms (Views: 176.1ms | ActiveRecord: 2.1ms)

Started GET “/bikes/A1004” for 129.81.216.233 at 2017-12-15 21:55:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.9ms)
Rendered bikes/_bike_show.html.erb (0.3ms)
Rendered bikes/show.html.erb within layouts/application (4.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 56ms (Views: 54.0ms | ActiveRecord: 0.5ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:56:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.6ms)
Bike Load (141.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (173.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 210ms (Views: 64.5ms | ActiveRecord: 142.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:56:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:56:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 45ms (Views: 43.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:56:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:56:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:56:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:56:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 36.3ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 21:56:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (28.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 107ms (Views: 102.7ms | ActiveRecord: 1.5ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 21:56:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 45ms (Views: 41.4ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:56:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:56:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 35.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:56:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:56:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 21:56:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 21:56:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:05:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.7ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 179ms (Views: 173.9ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:05:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:05:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:05:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 42.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:05:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:05:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 39.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:06:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 140ms (Views: 135.7ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:06:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:06:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:06:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:06:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:06:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.3ms)

Started GET “/tickets/5” for 129.81.216.233 at 2017-12-15 22:06:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:06:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:06:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:06:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 34.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:06:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:06:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:06:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:06:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:06:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:06:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 50ms (Views: 46.1ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:06:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:06:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:06:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 42.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:06:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:06:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:09:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (16.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 113ms (Views: 108.5ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:09:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:09:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:09:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:09:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:09:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.2ms)

Started GET “/bikes/A1006/switchAvailability” for 129.81.216.233 at 2017-12-15 22:09:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1006"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "A1006"], ["active", "t"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "tickets" SET "checkin" = ?, "active" = ?, "updated_at" = ? WHERE "tickets"."id" = ?  [["checkin", "2017-12-15 22:09:03.682750"], ["active", "f"], ["updated_at", "2017-12-15 22:09:03.685981"], ["id", 5]]
 (13.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "t"], ["bikeid", "A1006"]]
 (13.3ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/5 Completed 302 Found in 184ms (ActiveRecord: 28.9ms)

Started GET “/bikes/A1006/favicon.ico” for 129.81.216.233 at 2017-12-15 22:09:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/5” for 129.81.216.233 at 2017-12-15 22:09:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.6ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:09:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:09:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 46ms (Views: 41.7ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:09:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:09:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:09:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:09:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:09:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:09:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:09:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:09:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 41.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:09:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:09:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:10:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.4ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc, active desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (27.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 93ms (Views: 58.7ms | ActiveRecord: 4.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:10:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:10:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:10:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:10:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:10:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:10:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc, active desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 135ms (Views: 130.8ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:10:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:10:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:10:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 67ms (Views: 65.9ms | ActiveRecord: 0.5ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:10:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:10:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 55ms (Views: 54.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:10:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc, active asc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (30.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 138ms (Views: 64.2ms | ActiveRecord: 3.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:10:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:10:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:10:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 55ms (Views: 53.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:10:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:10:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:11:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc, checkin desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (40.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 108ms (Views: 75.2ms | ActiveRecord: 3.4ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:11:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:11:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:11:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 34.2ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:11:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:11:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500?ticket_page=2” for 129.81.216.233 at 2017-12-15 22:11:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"2", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc, checkin desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (12.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 45ms (Views: 41.2ms | ActiveRecord: 0.8ms)

Started GET “/bikes/A1003/switchAvailability” for 129.81.216.233 at 2017-12-15 22:11:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1003"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "A1003"], ["active", "t"]]
 (0.0ms)  begin transaction
SQL (0.3ms)  UPDATE "tickets" SET "checkin" = ?, "active" = ?, "updated_at" = ? WHERE "tickets"."id" = ?  [["checkin", "2017-12-15 22:11:09.771915"], ["active", "f"], ["updated_at", "2017-12-15 22:11:09.774373"], ["id", 2]]
 (10.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "t"], ["bikeid", "A1003"]]
 (57.9ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/2 Completed 302 Found in 80ms (ActiveRecord: 70.3ms)

Started GET “/tickets/2” for 129.81.216.233 at 2017-12-15 22:11:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (0.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 39.8ms | ActiveRecord: 0.7ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.216.233 at 2017-12-15 22:11:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:11:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:11:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc, checkin desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (16.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 81ms (Views: 76.8ms | ActiveRecord: 1.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:11:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:11:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:11:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 36.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 31ms (Views: 30.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 43.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.0ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:11:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500?ticket_page=2” for 129.81.216.233 at 2017-12-15 22:11:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"2", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc, checkin desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (12.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 101ms (Views: 97.1ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 22:11:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc, checkin desc  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 212ms (Views: 207.6ms | ActiveRecord: 1.2ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 22:12:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."checkout" DESC, "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (27.2ms)
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 86ms (Views: 57.8ms | ActiveRecord: 3.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:12:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 22:12:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."checkout" DESC, "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 66ms (Views: 62.1ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:12:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 22:12:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

SyntaxError (/home/ubuntu/workspace/app/controllers/renters_controller.rb:17: syntax error, unexpected ')', expecting =>):

app/controllers/renters_controller.rb:17: syntax error, unexpected ')', expecting =>

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (31.5ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 22:13:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.8ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (41.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 265ms (Views: 94.0ms | ActiveRecord: 4.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:13:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500?ticket_page=2” for 129.81.216.233 at 2017-12-15 22:13:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"2", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.6ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (35.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 71ms (Views: 67.0ms | ActiveRecord: 0.7ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 22:13:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 137ms (Views: 132.8ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500?ticket_page=2” for 129.81.216.233 at 2017-12-15 22:14:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"2", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 112ms (Views: 108.2ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 22:14:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 46ms (Views: 42.2ms | ActiveRecord: 0.9ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 22:15:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.5ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (41.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 94ms (Views: 89.2ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:15:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 22:15:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 148ms (Views: 144.4ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:15:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500?ticket_page=2” for 129.81.216.233 at 2017-12-15 22:16:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"2", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 56ms (Views: 52.0ms | ActiveRecord: 1.1ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:16:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (89.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 135ms (Views: 130.2ms | ActiveRecord: 1.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:16:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:16:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 41.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:16:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:16:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:16:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 36.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:16:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:16:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 36.9ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:16:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 50ms (Views: 49.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:16:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:16:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:16:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 93ms (Views: 89.5ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:16:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:16:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:16:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:16:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:16:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:17:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.6ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (19.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 203ms (Views: 198.1ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:17:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:17:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:17:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:17:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:17:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:18:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (16.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 117ms (Views: 112.7ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:18:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:18:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:18:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 55ms (Views: 29.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:18:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:18:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:18:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 143ms (Views: 139.4ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:18:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:18:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:18:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:18:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:18:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:18:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 112ms (Views: 108.3ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:18:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:18:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:18:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 91ms (Views: 89.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:18:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:18:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 42.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:19:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 89ms (Views: 84.8ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:19:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:19:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:19:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 83ms (Views: 81.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:19:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:19:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:19:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.6ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (19.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 55ms (Views: 51.8ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:19:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:19:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:19:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 56ms (Views: 54.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:19:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:19:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 32ms (Views: 31.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:19:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (105.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 149ms (Views: 144.6ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:19:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:19:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:19:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:19:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:19:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:21:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.6ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (18.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 53ms (Views: 47.4ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:21:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:21:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:21:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 42.7ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:21:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:21:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:24:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 147ms (Views: 142.6ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:24:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 35.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/” for 129.81.216.233 at 2017-12-15 22:24:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 143ms (Views: 141.8ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:24:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 172ms (Views: 167.3ms | ActiveRecord: 1.5ms)

Started GET “/tickets/4” for 129.81.216.233 at 2017-12-15 22:24:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"4"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 4]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 29.5ms | ActiveRecord: 0.6ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:24:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 65ms (Views: 60.9ms | ActiveRecord: 1.1ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 39.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 41.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/” for 129.81.216.233 at 2017-12-15 22:24:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.4ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 113ms (Views: 112.0ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:24:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:24:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:25:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (35.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 105ms (Views: 68.0ms | ActiveRecord: 3.7ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:25:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 54ms (Views: 52.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/3” for 129.81.216.233 at 2017-12-15 22:25:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 49ms (Views: 47.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/4” for 129.81.216.233 at 2017-12-15 22:25:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 30.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 128ms (Views: 127.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 40ms (Views: 39.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/2” for 129.81.216.233 at 2017-12-15 22:25:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 37ms (Views: 25.2ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.3ms)

Started GET “/bikes/A1005/switchAvailability” for 129.81.216.233 at 2017-12-15 22:25:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1005"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "A1005"], ["active", "t"]]
 (0.1ms)  begin transaction
SQL (0.5ms)  UPDATE "tickets" SET "checkin" = ?, "active" = ?, "updated_at" = ? WHERE "tickets"."id" = ?  [["checkin", "2017-12-15 22:25:33.464178"], ["active", "f"], ["updated_at", "2017-12-15 22:25:33.467904"], ["id", 4]]
 (12.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "t"], ["bikeid", "A1005"]]
 (12.8ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/4 Completed 302 Found in 41ms (ActiveRecord: 27.7ms)

Started GET “/bikes/A1005/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.2ms)

Started GET “/tickets/4” for 129.81.216.233 at 2017-12-15 22:25:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"4"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 4]]
Rendered tickets/show.html.erb within layouts/application (1.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 41.6ms | ActiveRecord: 0.6ms)

Started GET “/bikes/A1005/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 48ms (Views: 47.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:25:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 76ms (Views: 71.3ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 39ms (Views: 37.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 71ms (Views: 70.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.6ms)

Completed 200 OK in 46ms (Views: 45.3ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 46ms (Views: 44.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/tickets/3” for 129.81.216.233 at 2017-12-15 22:25:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.2ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 40ms (Views: 39.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500?ticket_page=2” for 129.81.216.233 at 2017-12-15 22:25:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"2", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (12.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 87ms (Views: 83.3ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500” for 129.81.216.233 at 2017-12-15 22:25:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 172ms (Views: 167.9ms | ActiveRecord: 1.0ms)

Started GET “/renters/tickets/3” for 129.81.216.233 at 2017-12-15 22:25:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 37.0ms | ActiveRecord: 0.3ms)

Started GET “/renters/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:25:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:25:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/tickets/2” for 129.81.216.233 at 2017-12-15 22:26:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 118ms (Views: 117.0ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 40ms (Views: 38.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/tickets/4” for 129.81.216.233 at 2017-12-15 22:26:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.2ms)

Started GET “/tickets” for 129.81.216.233 at 2017-12-15 22:26:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#index as HTML

Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "tickets"
Rendered tickets/index.html.erb within layouts/application (5.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 39.6ms | ActiveRecord: 0.7ms)

Started GET “/tickets/3” for 129.81.216.233 at 2017-12-15 22:26:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 39.8ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:26:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (28.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 84ms (Views: 79.1ms | ActiveRecord: 1.7ms)

Started GET “/tickets/3” for 129.81.216.233 at 2017-12-15 22:26:25 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:26:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 123ms (Views: 118.5ms | ActiveRecord: 0.9ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/3” for 129.81.216.233 at 2017-12-15 22:26:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/tickets/favicon.ico” for 129.81.216.233 at 2017-12-15 22:26:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:26:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:27:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (16.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 221ms (Views: 217.7ms | ActiveRecord: 0.9ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:27:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:27:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:27:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:27:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:27:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:27:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.3ms)

Started GET “/tickets/3” for 129.81.216.233 at 2017-12-15 22:27:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:27:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 139ms (Views: 134.9ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:27:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:27:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 45ms (Views: 43.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:27:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:27:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:27:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:27:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:27:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (179.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 212ms (Views: 206.9ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:27:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:27:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:27:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:27:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:27:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:28:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 216ms (Views: 211.6ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:28:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:28:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:28:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:28:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:28:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:28:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (28.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 63ms (Views: 59.2ms | ActiveRecord: 1.4ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:28:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (50.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 86ms (Views: 81.7ms | ActiveRecord: 1.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:28:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:28:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:28:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 41ms (Views: 40.5ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:28:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:28:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:28:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:29:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (117.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 151ms (Views: 145.2ms | ActiveRecord: 1.5ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:29:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 76ms (Views: 70.8ms | ActiveRecord: 1.7ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:29:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:29:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 40.0ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:29:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:29:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 43ms (Views: 42.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:29:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:29:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 36.2ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:29:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 62ms (Views: 57.5ms | ActiveRecord: 1.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:29:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.0ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 50ms (Views: 46.0ms | ActiveRecord: 1.1ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:29:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:29:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:29:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:29:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 41.0ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:29:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:29:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:30:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.0ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 40ms (Views: 36.9ms | ActiveRecord: 0.8ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:30:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:30:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:30:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:30:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:30:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:30:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 168ms (Views: 164.3ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:30:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:30:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:30:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (80.5ms)

Completed 200 OK in 106ms (Views: 105.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:30:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:30:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:30:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (152.5ms)

Completed 200 OK in 193ms (Views: 189.7ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:30:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:30:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:30:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:30:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:30:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:30:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (50.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 92ms (Views: 88.2ms | ActiveRecord: 1.3ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-15 22:30:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 33.7ms | ActiveRecord: 0.6ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:30:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 36.9ms | ActiveRecord: 0.9ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:30:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:30:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:30:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:30:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.2ms)

Started GET “/tickets/2” for 129.81.216.233 at 2017-12-15 22:31:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 34.2ms | ActiveRecord: 0.6ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:31:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:31:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 37ms (Views: 36.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:31:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:31:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.3ms)

Started GET “/tickets/2” for 129.81.216.233 at 2017-12-15 22:31:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:31:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:31:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:31:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:31:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:33:40 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (1.7ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.5ms)

SyntaxError (/home/ubuntu/workspace/app/views/renters/show.html.erb:54: syntax error, unexpected keyword_ensure, expecting keyword_end /home/ubuntu/workspace/app/views/renters/show.html.erb:56: syntax error, unexpected end-of-input, expecting keyword_end):

app/views/renters/show.html.erb:54: syntax error, unexpected keyword_ensure, expecting keyword_end
app/views/renters/show.html.erb:56: syntax error, unexpected end-of-input, expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (35.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:33:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 146ms (Views: 141.9ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:33:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:33:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:33:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 40ms (Views: 38.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:33:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:33:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:33:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.7ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (16.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 103ms (Views: 99.0ms | ActiveRecord: 1.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:33:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:33:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:33:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:33:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:33:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:33:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:33:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:33:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 45ms (Views: 44.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:33:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:33:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:34:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 50ms (Views: 45.6ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:34:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:34:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:34:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:34:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:34:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:34:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 92ms (Views: 88.0ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:34:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:34:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:34:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:34:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:34:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:34:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (168.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 208ms (Views: 202.8ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:34:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:34:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:34:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 41.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:34:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:34:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 41.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:35:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (43.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 88ms (Views: 83.3ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:35:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:35:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:35:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:35:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:35:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:38:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (16.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 95ms (Views: 90.8ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:38:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:38:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:38:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 53ms (Views: 52.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:38:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:38:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:38:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (16.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 47ms (Views: 42.9ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:38:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:38:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:38:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:38:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:38:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:38:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (16.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 128ms (Views: 123.7ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:38:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:38:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:38:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:38:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:38:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 40ms (Views: 38.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:38:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (14.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 152ms (Views: 148.4ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:38:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:39:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:39:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:39:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:39:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:39:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (26.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 103ms (Views: 98.4ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:39:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:39:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:39:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:39:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:39:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:39:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.4ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.7ms)
Rendered renters/_renter_show.html.erb (1.9ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (24.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 137ms (Views: 131.0ms | ActiveRecord: 1.8ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:39:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:39:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:39:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:39:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:39:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:39:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.7ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (20.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 160ms (Views: 155.3ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:39:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:39:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:39:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.4ms)

Completed 200 OK in 95ms (Views: 93.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:39:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:39:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:40:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 132ms (Views: 127.6ms | ActiveRecord: 1.0ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:40:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:40:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:40:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:40:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:40:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:40:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (15.3ms)
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 141ms (Views: 137.1ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:40:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:40:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:40:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:40:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:40:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:40:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.5ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (17.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 151ms (Views: 147.0ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:40:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:40:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:40:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.5ms)

Completed 200 OK in 110ms (Views: 109.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:40:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:40:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 45ms (Views: 43.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:41:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.5ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (110.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 160ms (Views: 153.9ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:41:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:41:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:41:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 70ms (Views: 66.8ms | ActiveRecord: 0.5ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:41:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:41:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 64ms (Views: 63.4ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:43:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 189ms (Views: 184.7ms | ActiveRecord: 1.5ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:49:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 178ms (Views: 173.3ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:49:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:49:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:49:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (4.1ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306515165420'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (297.0ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:49:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:49:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:49:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:50:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (3.5ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306514052520'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.8ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:50:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (3.5ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.6ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306523048200'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (38.4ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:50:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (2.7ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306523048200'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.9ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:51:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (13.3ms)

Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306517459420'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.9ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:51:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (2.9ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306517459420'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.6ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:51:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (2.8ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306517459420'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.5ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:52:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (4.9ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (Missing partial renters/_renter_show, application/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => 'renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306520468500'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.9ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:52:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (3.3ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (Missing partial renters/_renter_show, application/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => 'renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306520468500'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.8ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:52:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (6.2ms)

Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.6ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => 'renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_16287000'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.6ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:52:54 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (5.3ms)

Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306512163660'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.8ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:54:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (4.1ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306520054760'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.6ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:54:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (4.8ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (Missing partial renters/_renter_show.html.erb with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show.html.erb' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306521487660'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.0ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:55:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (56.0ms)

Completed 500 Internal Server Error in 63ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (undefined local variable or method `hi' for #<#<Class:0x007fe30672d6c0>:0x007fe3069e9238> Did you mean? h):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= hi %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306520594080'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (25.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (52.0ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:55:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (21.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 161ms (Views: 155.8ms | ActiveRecord: 1.6ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:55:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:55:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:55:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:55:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:55:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 35ms (Views: 34.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:55:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (6.0ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.7ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306515083300'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.9ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:56:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (3.1ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306515083300'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.9ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:56:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (3.0ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306515083300'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (36.2ms)
 (15.9ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (11.1ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (9.4ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "cCN" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "admin" boolean, "picture" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (8.7ms)  commit transaction

Migrating to CreateTickets (20171112001048)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "cCN" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171112001048"]]
 (12.1ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (12.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (9.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (10.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (11.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (9.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (9.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (11.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (9.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (11.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (9.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (9.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (8.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (10.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (10.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (9.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (7.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (9.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (8.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (11.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (12.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (10.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (8.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (9.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (10.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (11.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (11.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (9.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "cCN", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["provider", "google_oauth2"], ["cCN", "1234567891001000"], ["birthday", "1997-02-06 17:00:00.000000"], ["email", "andrerinclu@gmail.com"], ["phone", "(504)-636-7989"], ["admin", "t"]]
 (10.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "cCN", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["provider", "google_oauth2"], ["cCN", "1234567891001000"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"]]
 (12.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "cCN", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "117448863609580869312"], ["renterName", "Nathan Nguyen"], ["provider", "google_oauth2"], ["cCN", "1234567891001000"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "pnn1997@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"]]
 (12.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("ticket", "renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "checkin", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["ticket", "TN123"], ["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["email", "arinconl@tulane.edu"], ["bikeid", "A1000"], ["cCN", "1234567891001000"], ["serialnumber", 12345], ["checkout", "2017-10-01 17:00:00.000000"], ["checkin", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-15 22:56:58.460738"], ["updated_at", "2017-12-15 22:56:58.460738"]]
 (11.4ms)  commit transaction

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:56:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (2.9ms)

Completed 500 Internal Server Error in 32ms (ActiveRecord: 1.5ms)

ActionView::Template::Error (Missing partial renters/_renter_show with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

  1: 
  2: <% if session[:logged_in] %>
  3:     <%= render :partial => '/renters/renter_show' %>
  4: <% else %>
  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
app/views/renters/show.html.erb:3:in `_app_views_renters_show_html_erb__3600557756989256635_70306515083300'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:57:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (2.2ms)
Rendered renters/show.html.erb within layouts/application (2.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 39.6ms | ActiveRecord: 0.3ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:57:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:57:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Rendered renters/show.html.erb within layouts/application (3.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 33.4ms | ActiveRecord: 0.4ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:57:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:57:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Rendered renters/show.html.erb within layouts/application (1.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 38.9ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 41.9ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:47 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 43ms (Views: 41.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 42.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.5ms)
Rendered renters/show.html.erb within layouts/application (2.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 200ms (Views: 197.8ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 33.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 42.0ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:49 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:57:52 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.8ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (29.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 90ms (Views: 79.7ms | ActiveRecord: 1.5ms)

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 22:57:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Rendered bikes/_bike_show.html.erb (0.3ms)
Rendered bikes/show.html.erb within layouts/application (3.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.0ms | ActiveRecord: 0.6ms)

Started GET “/bikes/A1000/switchAvailability” for 129.81.216.233 at 2017-12-15 22:57:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1000"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1000"], ["cCN", "1234567891001000"], ["serialnumber", 23365], ["checkout", "2017-12-15 22:57:57.285391"], ["location", "Stanley Thomas"], ["fare", 5.0], ["active", "t"], ["created_at", "2017-12-15 22:57:57.295462"], ["updated_at", "2017-12-15 22:57:57.295462"]]
 (11.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1000"]]
 (12.4ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/2 Completed 302 Found in 44ms (ActiveRecord: 25.9ms)

Started GET “/bikes/A1000/favicon.ico” for 129.81.216.233 at 2017-12-15 22:57:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/2” for 129.81.216.233 at 2017-12-15 22:57:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 48ms (Views: 45.5ms | ActiveRecord: 0.7ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:57:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 34.7ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:57:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 58ms (Views: 52.8ms | ActiveRecord: 2.0ms)

Started GET “/bikes/A1004” for 129.81.216.233 at 2017-12-15 22:58:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Rendered bikes/_bike_show.html.erb (0.3ms)
Rendered bikes/show.html.erb within layouts/application (3.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.4ms)

Started GET “/bikes/A1004/switchAvailability” for 129.81.216.233 at 2017-12-15 22:58:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1004"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "cCN", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1004"], ["cCN", "1234567891001000"], ["serialnumber", 90503], ["checkout", "2017-12-15 22:58:02.359653"], ["location", "Newcomb"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-15 22:58:02.360908"], ["updated_at", "2017-12-15 22:58:02.360908"]]
 (7.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1004"]]
 (87.7ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/3 Completed 302 Found in 110ms (ActiveRecord: 96.6ms)

Started GET “/bikes/A1004/favicon.ico” for 129.81.216.233 at 2017-12-15 22:58:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.216.233 at 2017-12-15 22:58:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (0.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 28.8ms | ActiveRecord: 0.5ms)

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:58:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 45ms (Views: 43.9ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 22:58:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (18.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 130ms (Views: 126.0ms | ActiveRecord: 1.5ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:58:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/show.html.erb within layouts/application (8.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 40ms (Views: 35.6ms | ActiveRecord: 1.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:58:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:58:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:58:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:58:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:58:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:58:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:59:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Rendered renters/show.html.erb within layouts/application (42.7ms)

Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (undefined method `renter' for #<#<Class:0x007fe306ba8fd8>:0x00000003af4378> Did you mean? render):

  5:     <%= render :partial => 'login_section' %>
  6: <% end %>
  7: 
  8: <%= renter :partial => '/renters/renter_tickets', :locals => {:tickets => @tickets} %>
app/views/renters/show.html.erb:8:in `_app_views_renters_show_html_erb__3600557756989256635_24037000'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.6ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 22:59:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.7ms)
Rendered renters/show.html.erb within layouts/application (10.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 37.8ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 22:59:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:59:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:59:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 44ms (Views: 43.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 22:59:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 22:59:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-15 23:00:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.4ms)
Rendered renters/show.html.erb within layouts/application (8.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 40ms (Views: 35.9ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 23:00:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 23:00:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 23:00:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-15 23:00:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-15 23:00:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 23:00:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.8ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.3ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (28.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 81ms (Views: 75.7ms | ActiveRecord: 1.8ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 23:00:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.8ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (66.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 106ms (Views: 100.5ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 23:00:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/2” for 129.81.216.233 at 2017-12-15 23:03:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (0.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.3ms)

Completed 200 OK in 112ms (Views: 109.9ms | ActiveRecord: 0.5ms)

Started GET “/tickets/2” for 129.81.216.233 at 2017-12-15 23:03:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (0.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 53ms (Views: 50.5ms | ActiveRecord: 0.5ms)

Started GET “/tickets/2” for 129.81.216.233 at 2017-12-15 23:03:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (0.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (104.5ms)

Completed 200 OK in 157ms (Views: 155.6ms | ActiveRecord: 0.4ms)

Started GET “/tickets/2” for 129.81.216.233 at 2017-12-15 23:03:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (0.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 64ms (Views: 62.4ms | ActiveRecord: 0.4ms)

Started GET “/tickets/3” for 129.81.216.233 at 2017-12-15 23:03:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (0.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.0ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 23:04:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (10.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (93.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 128ms (Views: 122.3ms | ActiveRecord: 1.9ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 23:04:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/3” for 129.81.216.233 at 2017-12-15 23:04:09 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"3"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "3"]]

Completed 404 Not Found in 3ms (ActiveRecord: 0.2ms)

ActiveRecord::RecordNotFound (Couldn't find Bike with 'bikeid'=3):

app/controllers/bikes_controller.rb:28:in `show'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.0ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 23:04:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (10.2ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (34.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 78ms (Views: 72.8ms | ActiveRecord: 1.7ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 23:04:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1004” for 129.81.216.233 at 2017-12-15 23:04:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Rendered bikes/_bike_show.html.erb (0.2ms)
Rendered bikes/show.html.erb within layouts/application (3.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.5ms)

Started GET “/” for 129.81.216.233 at 2017-12-15 23:12:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 12ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 23:12:58 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (3.2ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.5ms)

Completed 200 OK in 701ms (Views: 699.4ms | ActiveRecord: 0.9ms)

Started GET “/assets/uikit.self-8533cc7490208b7d5b675f46fdb4f0f3caa6e96b55e4f7d9b750fd168fdad33c.css?body=1” for 129.81.216.233 at 2017-12-15 23:12:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-cfb5961bc8fc3bb0063b001cc9213baeb69c6d6d8330c0bfb6caa00c34c793ff.css?body=1” for 129.81.216.233 at 2017-12-15 23:12:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-5b820cab49fc7f56d9b063d7f7ec3c309533d6bc1ea887a6108ad11529131a39.css?body=1” for 129.81.216.233 at 2017-12-15 23:12:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 23:13:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.4ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (1.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (50.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.9ms)
Bike Load (1.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (80.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 197ms (Views: 108.5ms | ActiveRecord: 5.5ms)

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 23:13:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Rendered bikes/_bike_show.html.erb (0.9ms)
Rendered bikes/show.html.erb within layouts/application (4.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 23:14:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#index as HTML

Ticket Exists (0.4ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (38.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (17.7ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (88.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.7ms)

Completed 200 OK in 684ms (Views: 593.3ms | ActiveRecord: 4.2ms)

Started GET “/assets/application-536464a28ca974ceced168d7f7d3de88df53e00eb2e0958a8383fd3c8defe44a.js” for 129.81.216.233 at 2017-12-15 23:14:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.216.233 at 2017-12-15 23:16:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 11ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-15 23:16:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.3ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.5ms)

Completed 200 OK in 434ms (Views: 432.2ms | ActiveRecord: 0.7ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-15 23:16:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (47.5ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.6ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (70.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 193ms (Views: 97.2ms | ActiveRecord: 2.7ms)

Started GET “/bikes/A1000” for 129.81.216.233 at 2017-12-15 23:57:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (2.9ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.5ms)
Rendered bikes/_bike_show.html.erb (1.3ms)
Rendered bikes/show.html.erb within layouts/application (6.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 205ms (Views: 197.1ms | ActiveRecord: 3.2ms)

Started GET “/assets/uikit_tu.self-d75e9982374787d7e3a5d4e1c460dc6273b792f92ea8e0b37d48c061f6e28c50.css?body=1” for 129.81.216.233 at 2017-12-15 23:57:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-cf30dd20383e4f68ceea1e8c6f54a3a7587aa4f44529dbbaba7085a35c576908.css?body=1” for 129.81.216.233 at 2017-12-15 23:57:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

 (12.8ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.3ms)  select sqlite_version(*)
 (10.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.2ms)  begin transaction
 (0.5ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (8.4ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "admin" boolean, "picture" varchar) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (8.0ms)  commit transaction

Migrating to CreateTickets (20171112001048)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171112001048"]]
 (9.1ms)  commit transaction

Migrating to CreatePayments (20171215202203)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "last4" varchar, "amount" decimal, "success" boolean, "authorization_code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171215202203"]]
 (8.7ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.3ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (9.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (7.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (11.7ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (10.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (9.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (10.1ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (11.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (9.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (11.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (9.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (13.1ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (12.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (11.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (13.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (12.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (11.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (10.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (9.1ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (11.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (15.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (13.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (12.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (11.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (13.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (10.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (10.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["provider", "google_oauth2"], ["birthday", "1997-02-06 17:00:00.000000"], ["email", "andrerinclu@gmail.com"], ["phone", "(504)-636-7989"], ["admin", "t"]]
 (12.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"]]
 (10.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["renterID", "117448863609580869312"], ["renterName", "Nathan Nguyen"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "pnn1997@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"]]
 (12.6ms)  commit transaction

Started GET “/” for 129.81.216.233 at 2017-12-16 00:29:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 13ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-16 00:29:11 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (3.4ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.6ms)

Completed 200 OK in 766ms (Views: 764.1ms | ActiveRecord: 0.7ms)

Started GET “/assets/payments.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.216.233 at 2017-12-16 00:29:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-cf30dd20383e4f68ceea1e8c6f54a3a7587aa4f44529dbbaba7085a35c576908.css?body=1” for 129.81.216.233 at 2017-12-16 00:29:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-d75e9982374787d7e3a5d4e1c460dc6273b792f92ea8e0b37d48c061f6e28c50.css?body=1” for 129.81.216.233 at 2017-12-16 00:29:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/payments.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.216.233 at 2017-12-16 00:29:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:29:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:29:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.7ms)
Rendered renters/_renter_show.html.erb (2.2ms)
Rendered renters/_renter_tickets.html.erb (0.8ms)
Rendered renters/show.html.erb within layouts/application (5.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 76ms (Views: 41.7ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:29:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:29:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:29:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:29:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:29:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:29:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.3ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:29:18 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (27.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 103ms (Views: 100.4ms | ActiveRecord: 0.8ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:29:19 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.9ms)
Bike Load (0.8ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.4ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (140.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 181ms (Views: 171.9ms | ActiveRecord: 1.9ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:29:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Rendered renters/_renter_tickets.html.erb (0.0ms)
Rendered renters/show.html.erb within layouts/application (2.8ms)
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 30.7ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:29:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:29:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:29:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:29:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:29:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:29:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:31:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (2.1ms)
Rendered renters/_renter_show.html.erb (2.9ms)
Rendered renters/_renter_tickets.html.erb (0.0ms)
Rendered renters/show.html.erb within layouts/application (4.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 35.3ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:31:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:31:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:31:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:31:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:31:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:32:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.6ms)
Rendered renters/_renter_tickets.html.erb (0.0ms)
Rendered renters/show.html.erb within layouts/application (3.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (113.3ms)

Completed 200 OK in 159ms (Views: 156.1ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:32:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:32:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:32:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:32:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:32:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:32:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Rendered renters/_renter_tickets.html.erb (0.1ms)
Rendered renters/show.html.erb within layouts/application (2.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 35ms (Views: 31.9ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:32:38 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:32:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:32:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:32:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:32:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:32:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:32:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 36.0ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:32:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:32:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:32:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:32:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Rendered renters/_renter_tickets.html.erb (0.0ms)
Rendered renters/show.html.erb within layouts/application (2.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.7ms)

Completed 200 OK in 33ms (Views: 30.9ms | ActiveRecord: 0.4ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:32:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:32:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:32:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 34.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:32:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:32:57 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 44ms (Views: 43.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:33:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (2.1ms)
Rendered renters/_renter_tickets.html.erb (0.1ms)
Rendered renters/show.html.erb within layouts/application (3.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 33.7ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:33:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:33:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:33:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:33:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:33:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:34:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (1.4ms)
Rendered renters/_renter_show.html.erb (2.5ms)
Rendered renters/_renter_tickets.html.erb (0.1ms)
Rendered renters/show.html.erb within layouts/application (4.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.4ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:34:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:34:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 59ms (Views: 56.2ms | ActiveRecord: 1.0ms)

Started GET “/bikes/A1003” for 129.81.216.233 at 2017-12-16 00:34:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.8ms)
Rendered bikes/_bike_show.html.erb (1.0ms)
Rendered bikes/show.html.erb within layouts/application (4.9ms)
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 33.1ms | ActiveRecord: 0.7ms)

Started GET “/bikes/A1003/switchAvailability” for 129.81.216.233 at 2017-12-16 00:34:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.2ms)  begin transaction
SQL (0.5ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1003"], ["serialnumber", 73310], ["checkout", "2017-12-16 00:34:20.107913"], ["location", "Boggs"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-16 00:34:20.118470"], ["updated_at", "2017-12-16 00:34:20.118470"]]
 (14.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1003"]]
 (10.0ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/1 Completed 302 Found in 48ms (ActiveRecord: 25.8ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.216.233 at 2017-12-16 00:34:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/1” for 129.81.216.233 at 2017-12-16 00:34:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"1"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 1]]
Rendered tickets/show.html.erb within layouts/application (1.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 40.6ms | ActiveRecord: 0.5ms)

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:34:20 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 36.5ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:34:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (9.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (13.1ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (39.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 81ms (Views: 62.5ms | ActiveRecord: 14.5ms)

Started GET “/bikes/A1004” for 129.81.216.233 at 2017-12-16 00:34:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.3ms)
Rendered bikes/_bike_show.html.erb (0.6ms)
Rendered bikes/show.html.erb within layouts/application (5.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.4ms)

Completed 200 OK in 71ms (Views: 68.4ms | ActiveRecord: 0.8ms)

Started GET “/bikes/A1004/switchAvailability” for 129.81.216.233 at 2017-12-16 00:34:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1004"], ["serialnumber", 90503], ["checkout", "2017-12-16 00:34:29.460092"], ["location", "Newcomb"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-16 00:34:29.461882"], ["updated_at", "2017-12-16 00:34:29.461882"]]
 (14.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1004"]]
 (8.6ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/2 Completed 302 Found in 36ms (ActiveRecord: 24.6ms)

Started GET “/bikes/A1004/favicon.ico” for 129.81.216.233 at 2017-12-16 00:34:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/2” for 129.81.216.233 at 2017-12-16 00:34:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.6ms | ActiveRecord: 0.5ms)

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:34:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.0ms)

Completed 200 OK in 46ms (Views: 44.8ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:34:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (15.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (43.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 195ms (Views: 100.9ms | ActiveRecord: 2.1ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:34:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.7ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (8.3ms)
Rendered renters/show.html.erb within layouts/application (11.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 68ms (Views: 62.0ms | ActiveRecord: 1.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:34:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:34:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:34:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:34:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 35.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:34:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:34:33 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 34.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:35:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.1ms)
Rendered renters/show.html.erb within layouts/application (8.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 52ms (Views: 47.9ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:35:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:35:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:35:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:35:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:35:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 46ms (Views: 45.0ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:35:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (30.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 67ms (Views: 62.1ms | ActiveRecord: 1.5ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:36:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (13.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (11.8ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (41.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 110ms (Views: 84.7ms | ActiveRecord: 3.6ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:36:08 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:36:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.3ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (5.9ms)
Rendered renters/show.html.erb within layouts/application (8.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 42ms (Views: 38.3ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:36:12 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:36:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:36:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:36:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:36:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:36:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:36:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (1.1ms)
Rendered renters/_renter_show.html.erb (2.0ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.2ms)
Rendered renters/show.html.erb within layouts/application (9.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 69ms (Views: 65.2ms | ActiveRecord: 0.8ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:37:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:37:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:37:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:37:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:37:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:37:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (1.1ms)
Rendered renters/_renter_show.html.erb (1.9ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.3ms)
Rendered renters/show.html.erb within layouts/application (10.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 39.2ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:37:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:37:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:37:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:37:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:37:06 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 35.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:37:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (1.0ms)
Rendered renters/_renter_show.html.erb (1.7ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.0ms)
Rendered renters/show.html.erb within layouts/application (9.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 155ms (Views: 151.3ms | ActiveRecord: 0.9ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:37:13 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:37:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:37:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:37:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:37:14 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.2ms)

Started GET “/about” for 129.81.216.233 at 2017-12-16 00:37:25 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:37:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (9.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (39.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 76ms (Views: 71.4ms | ActiveRecord: 1.6ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:37:59 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.8ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (50.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 92ms (Views: 87.1ms | ActiveRecord: 1.6ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:38:00 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/about” for 129.81.216.233 at 2017-12-16 00:38:07 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 40ms (Views: 38.7ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:38:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.0ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (173.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 210ms (Views: 205.2ms | ActiveRecord: 1.7ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:38:15 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (10.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.9ms)
Bike Load (0.8ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (46.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 138ms (Views: 130.4ms | ActiveRecord: 3.1ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:38:16 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:38:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.8ms)
Rendered renters/_renter_show.html.erb (1.5ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (186.9ms)
Rendered renters/show.html.erb within layouts/application (192.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 228ms (Views: 224.2ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:38:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:38:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:38:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:38:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 43ms (Views: 41.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:38:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:38:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 41ms (Views: 40.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:38:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (8.9ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (33.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 70ms (Views: 64.1ms | ActiveRecord: 1.5ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:38:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.8ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (33.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 62ms (Views: 57.5ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:38:45 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:38:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 139ms (Views: 134.6ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:38:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:39:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (8.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (32.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 65ms (Views: 60.8ms | ActiveRecord: 1.8ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:39:17 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1003/switchAvailability” for 129.81.216.233 at 2017-12-16 00:39:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "A1003"], ["active", "t"]]

Redirected to actual-rentul-cmoroz1.c9users.io/payments/new Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.216.233 at 2017-12-16 00:39:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/payments/new” for 129.81.216.233 at 2017-12-16 00:39:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by PaymentsController#new as HTML

Rendered payments/new.html.erb within layouts/application (47.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 106ms (Views: 89.3ms | ActiveRecord: 0.7ms)

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:39:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 33.6ms | ActiveRecord: 0.3ms)

Started GET “/payments/favicon.ico” for 129.81.216.233 at 2017-12-16 00:39:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:39:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.4ms)

Started GET “/payments/favicon.ico” for 129.81.216.233 at 2017-12-16 00:39:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:39:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:40:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.9ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (92.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 128ms (Views: 122.7ms | ActiveRecord: 1.9ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:40:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.5ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 64ms (Views: 58.9ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:40:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:41:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.4ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.0ms)
Rendered renters/show.html.erb within layouts/application (9.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 197ms (Views: 192.4ms | ActiveRecord: 1.1ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:41:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:41:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:41:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:41:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:41:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:41:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.2ms)

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (10.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (19.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (16.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (11.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (11.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (10.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (12.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (12.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (9.2ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (10.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (11.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (13.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (10.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (12.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (12.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (20.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (9.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (9.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (7.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (11.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (9.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (11.4ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (10.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (10.6ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (11.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (10.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["provider", "google_oauth2"], ["birthday", "1997-02-06 17:00:00.000000"], ["email", "andrerinclu@gmail.com"], ["phone", "(504)-636-7989"], ["admin", "t"], ["picture", "https://avatars1.githubusercontent.com/u/32494924?s=400&v=4"]]
 (12.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"], ["picture", "https://vignette.wikia.nocookie.net/meme/images/4/42/1385136139955.png/revision/latest?cb=20150207013804"]]
 (12.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "117448863609580869312"], ["renterName", "Nathan Nguyen"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "pnn1997@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"], ["picture", "https://i.pinimg.com/736x/7a/f4/22/7af422b5c2fe2de3d9ab3244bd31664f--christmas-time-merry-christmas.jpg"]]
 (10.1ms)  commit transaction

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:46:21 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (1.6ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.5ms)
Rendered renters/show.html.erb within layouts/application (10.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 86ms (Views: 80.8ms | ActiveRecord: 1.3ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:46:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:46:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:46:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 41ms (Views: 40.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:46:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:46:22 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:46:23 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.0ms)
Rendered renters/show.html.erb within layouts/application (9.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 212ms (Views: 208.2ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:46:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:46:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:46:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:46:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:46:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.4ms)

Completed 200 OK in 53ms (Views: 51.7ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:46:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:46:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 35.5ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:46:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.5ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:46:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:46:24 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 36.1ms | ActiveRecord: 0.3ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:46:25 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Renter Load (0.6ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (7.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.4ms)

Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 1.0ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 00:46:25 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (8.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Bike Load (0.7ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (33.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 68ms (Views: 62.7ms | ActiveRecord: 2.2ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:46:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.8ms)

Started GET “/renters/113916617801271280035” for 129.81.216.233 at 2017-12-16 00:46:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"113916617801271280035"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "113916617801271280035"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.6ms)
Rendered renters/_renter_show.html.erb (1.6ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (11.5ms)
Rendered renters/show.html.erb within layouts/application (15.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 61ms (Views: 55.0ms | ActiveRecord: 1.6ms)

 (11.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.2ms)  select sqlite_version(*)
 (10.1ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (9.7ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "admin" boolean, "picture" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (9.0ms)  commit transaction

Migrating to CreateTickets (20171112001048)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171112001048"]]
 (8.2ms)  commit transaction

Migrating to CreatePayments (20171215202203)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "last4" varchar, "amount" decimal, "success" boolean, "authorization_code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171215202203"]]
 (9.3ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (11.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (9.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (9.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (9.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (9.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (6.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (11.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (8.4ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (8.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (8.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (7.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (11.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (9.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (13.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (9.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (7.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (9.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (9.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (8.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (9.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (11.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (9.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["provider", "google_oauth2"], ["birthday", "1997-02-06 17:00:00.000000"], ["email", "andrerinclu@gmail.com"], ["phone", "(504)-636-7989"], ["admin", "t"], ["picture", "https://avatars1.githubusercontent.com/u/32494924?s=400&v=4"]]
 (6.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"], ["picture", "https://vignette.wikia.nocookie.net/meme/images/4/42/1385136139955.png/revision/latest?cb=20150207013804"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "117448863609580869312"], ["renterName", "Nathan Nguyen"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "pnn1997@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"], ["picture", "https://i.pinimg.com/736x/7a/f4/22/7af422b5c2fe2de3d9ab3244bd31664f--christmas-time-merry-christmas.jpg"]]
 (9.5ms)  commit transaction

Started GET “/” for 129.81.216.233 at 2017-12-16 00:46:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 15ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.233 at 2017-12-16 00:46:53 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (3.6ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.5ms)

Completed 200 OK in 489ms (Views: 487.5ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:46:55 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (2.0ms)
Rendered renters/_renter_show.html.erb (6.1ms)
Rendered renters/_renter_tickets.html.erb (4.8ms)
Rendered renters/show.html.erb within layouts/application (14.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 142ms (Views: 85.6ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:46:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:46:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 33.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:46:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:46:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:46:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:46:56 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.2ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:47:01 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (25.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 57ms (Views: 54.7ms | ActiveRecord: 0.7ms)

Started GET “/renters/113916617801271280035” for 129.81.216.233 at 2017-12-16 00:47:02 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"113916617801271280035"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "113916617801271280035"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Rendered renters/_renter_tickets.html.erb (0.0ms)
Rendered renters/show.html.erb within layouts/application (2.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 30.4ms | ActiveRecord: 0.5ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:47:04 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 34.5ms | ActiveRecord: 0.7ms)

Started GET “/renters/117448863609580869312” for 129.81.216.233 at 2017-12-16 00:47:05 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"117448863609580869312"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "117448863609580869312"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.1ms)
Rendered renters/_renter_tickets.html.erb (0.0ms)
Rendered renters/show.html.erb within layouts/application (2.4ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 53ms (Views: 50.3ms | ActiveRecord: 0.7ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:47:10 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 31.8ms | ActiveRecord: 0.8ms)

 (13.8ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.2ms)  select sqlite_version(*)
 (15.3ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.4ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (1.0ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.7ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (11.8ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "admin" boolean, "picture" varchar) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (11.1ms)  commit transaction

Migrating to CreateTickets (20171112001048)

 (0.1ms)  begin transaction
 (0.7ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171112001048"]]
 (12.3ms)  commit transaction

Migrating to CreatePayments (20171215202203)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "last4" varchar, "amount" decimal, "success" boolean, "authorization_code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171215202203"]]
 (9.0ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (9.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (8.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (8.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (7.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (9.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (11.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (9.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (8.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (8.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (7.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (11.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (9.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (10.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (8.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (6.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (9.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (9.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (8.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (8.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (7.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (8.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (7.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (9.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (9.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (9.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["provider", "google_oauth2"], ["birthday", "1997-02-06 17:00:00.000000"], ["email", "andrerinclu@gmail.com"], ["phone", "(504)-636-7989"], ["admin", "t"], ["picture", "https://avatars1.githubusercontent.com/u/32494924?s=400&v=4"]]
 (8.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"], ["picture", "https://vignette.wikia.nocookie.net/fireemblem/images/c/c1/Ike.jpg/revision/latest?cb=20080410225952"]]
 (9.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "117448863609580869312"], ["renterName", "Nathan Nguyen"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "pnn1997@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"], ["picture", "https://i.pinimg.com/736x/7a/f4/22/7af422b5c2fe2de3d9ab3244bd31664f--christmas-time-merry-christmas.jpg"]]
 (9.1ms)  commit transaction

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:48:26 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by RentersController#index as HTML

Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (18.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.8ms)

Completed 200 OK in 394ms (Views: 358.9ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 00:48:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 00:48:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Rendered renters/_renter_show.html.erb (31.9ms)
Rendered renters/_renter_tickets.html.erb (3.9ms)
Rendered renters/show.html.erb within layouts/application (40.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 166ms (Views: 123.2ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:48:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:48:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 41.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:48:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:48:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 00:48:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 00:48:29 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.3ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:48:31 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (8.9ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 39ms (Views: 27.8ms | ActiveRecord: 9.3ms)

Started GET “/renters/117448863609580869312” for 129.81.216.233 at 2017-12-16 00:48:34 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"117448863609580869312"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "117448863609580869312"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.0ms)
Rendered renters/_renter_tickets.html.erb (0.1ms)
Rendered renters/show.html.erb within layouts/application (2.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 27.6ms | ActiveRecord: 0.5ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:48:35 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.8ms)

Started GET “/renters/113916617801271280035” for 129.81.216.233 at 2017-12-16 00:48:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"113916617801271280035"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "113916617801271280035"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Rendered renters/_renter_tickets.html.erb (0.1ms)
Rendered renters/show.html.erb within layouts/application (2.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 34.5ms | ActiveRecord: 0.6ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:48:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.7ms)

Started GET “/renters/117448863609580869312” for 129.81.216.233 at 2017-12-16 00:48:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"117448863609580869312"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "117448863609580869312"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.2ms)
Rendered renters/_renter_tickets.html.erb (0.1ms)
Rendered renters/show.html.erb within layouts/application (2.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 49ms (Views: 46.3ms | ActiveRecord: 0.6ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 00:48:46 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (4.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.6ms)

 (7.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.1ms)  select sqlite_version(*)
 (8.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Migrating to CreateBikes (20171006230906)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "bikes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bikeid" varchar, "serialnumber" integer, "rating" varchar, "condition" varchar, "maintenance" datetime, "style" varchar, "size" varchar, "color" varchar, "availability" boolean, "lastcheck" datetime, "location" varchar, "fare" float, "accessories" varchar, "picture" varchar) 
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171006230906"]]
 (8.9ms)  commit transaction

Migrating to CreateRenters (20171025181019)

 (0.1ms)  begin transaction
 (0.3ms)  CREATE TABLE "renters" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "renterID" varchar, "provider" varchar, "renterName" varchar, "oauth_token" varchar, "oauth_expires_at" varchar, "ticket" varchar, "numRents" integer, "birthday" datetime, "email" varchar, "phone" varchar, "admin" boolean, "picture" varchar) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171025181019"]]
 (8.8ms)  commit transaction

Migrating to CreateTickets (20171112001048)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "tickets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ticket" varchar, "renterID" varchar, "renterName" varchar, "email" varchar, "bikeid" varchar, "serialnumber" integer, "checkout" datetime, "checkin" datetime, "location" varchar, "fare" float, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171112001048"]]
 (8.1ms)  commit transaction

Migrating to CreatePayments (20171215202203)

 (0.1ms)  begin transaction
 (0.5ms)  CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "last4" varchar, "amount" decimal, "success" boolean, "authorization_code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20171215202203"]]
 (7.2ms)  commit transaction
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (10.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (11.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (8.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (8.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (13.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (7.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (7.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (6.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (9.1ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "A1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (8.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (8.5ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (9.6ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (8.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "B1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (7.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1000"], ["serialnumber", 23365], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "60"], ["color", "yellow"], ["availability", "t"], ["lastcheck", "2017-10-01 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/dawes/images/hay_1000_yellow_2100.jpg"]]
 (17.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1001"], ["serialnumber", 69289], ["rating", "Good"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Touring"], ["size", "57"], ["color", "Black"], ["availability", "f"], ["lastcheck", "2017-10-03 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 5.0], ["accessories", "Basket"], ["picture", "https://i.pinimg.com/originals/d7/8e/ee/d78eee7a3e157c26bfab6b1561892c3b.jpg"]]
 (9.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1002"], ["serialnumber", 93513], ["rating", "Average"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "59"], ["color", "Blue"], ["availability", "f"], ["lastcheck", "2017-10-05 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "Horn"], ["picture", "https://www.berk-composites.com/wp/wp-content/uploads/2015/12/Berk-Blue-road-bike.jpg"]]
 (7.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1003"], ["serialnumber", 73310], ["rating", "Poor"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "58"], ["color", "Green"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Boggs"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://www.bikesdirect.com/products/motobecane/mountain_bikes/fantom-29-x4-flashgreen-21.jpg"]]
 (9.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1004"], ["serialnumber", 90503], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "61"], ["color", "Red"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "https://www.preownedcycles.co.uk/images/listings/full_size/2013/12/4071.jpg"]]
 (9.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1005"], ["serialnumber", 71441], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "62"], ["color", "Orange"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://ndsmbikes.nl/wp-content/uploads/2017/08/fietsverhuur-in-amsterdam-noord.jpg"]]
 (11.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1006"], ["serialnumber", 26001], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "56"], ["color", "Purple"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Jones"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://media.liveauctiongroup.net/i/30478/26686663_1.jpg?v=8D45830E5E1AF50"]]
 (11.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1007"], ["serialnumber", 85702], ["rating", "Poor"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "55"], ["color", "White"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Newcomb"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://7169-presscdn-0-61.pagely.netdna-cdn.com/wp-content/uploads/2012/07/611-pearl-white-1.jpg"]]
 (10.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1008"], ["serialnumber", 97595], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "53"], ["color", "Grey"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Riley"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://static.evanscycles.com/production/bikes/bmx-bikes/product-image/969-638/mongoose-fireball-2016-mountain-bike-grey-EV240996-7000-1.jpg"]]
 (10.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "C1009"], ["serialnumber", 24780], ["rating", "Average"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "63"], ["color", "Brown"], ["availability", "f"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "https://gzmyu4ma9b-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/Rondo-Rutt-CF1_carbon-adjustable-geometry-fat-tire-gravel-road-bike_forest.jpg"]]
 (9.4ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1003"], ["serialnumber", 20819], ["rating", "Average"], ["condition", "Good"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "tour"], ["size", "64"], ["color", "pink"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Bruff"], ["fare", 7.5], ["accessories", "None"], ["picture", "http://djcatnap.com/wp-content/uploads/2015/09/mercier_SDC_01.jpg"]]
 (9.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1001"], ["serialnumber", 18436], ["rating", "Good"], ["condition", "Poor"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Tour"], ["size", "54"], ["color", "Magenta"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Richardson"], ["fare", 5.0], ["accessories", "None"], ["picture", "https://i5.walmartimages.com/asr/0af5dd8d-97c3-4e66-813e-74fe3f4889a6_1.550e98bc04395f675b341783eda05655.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF"]]
 (9.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1002"], ["serialnumber", 71919], ["rating", "Poor"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Mountain"], ["size", "52"], ["color", "Cyan"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Hebert"], ["fare", 2.5], ["accessories", "None"], ["picture", "http://cdn.mos.bikeradar.imdserve.com/images/bikes-and-gear/bikes/mountain-bikes/full-suspension/1418859556438-1nvifb3w04ogm-1200-80.jpg"]]
 (8.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "bikes" ("bikeid", "serialnumber", "rating", "condition", "maintenance", "style", "size", "color", "availability", "lastcheck", "location", "fare", "accessories", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["bikeid", "D1000"], ["serialnumber", 31224], ["rating", "Good"], ["condition", "Excellent"], ["maintenance", "2017-09-01 17:00:00.000000"], ["style", "Road"], ["size", "42"], ["color", "Violet"], ["availability", "t"], ["lastcheck", "2017-10-06 17:00:00.000000"], ["location", "Stanley Thomas"], ["fare", 2.5], ["accessories", "Itself"], ["picture", "http://cdn.shopify.com/s/files/1/0099/5882/products/circus-unicycles-20-solo-unicycle-purple-1_grande.jpeg?v=1499156863"]]
 (7.0ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "113916617801271280035"], ["renterName", "Andre Rinconl"], ["provider", "google_oauth2"], ["birthday", "1997-02-06 17:00:00.000000"], ["email", "andrerinclu@gmail.com"], ["phone", "(504)-636-7989"], ["admin", "t"], ["picture", "https://avatars1.githubusercontent.com/u/32494924?s=400&v=4"]]
 (7.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "chrismoroz9@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"], ["picture", "https://vignette.wikia.nocookie.net/pokemon/images/d/d3/Ivysaur_SSBB.png/revision/latest?cb=20140202005336"]]
 (8.3ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "117448863609580869312"], ["renterName", "Nathan Nguyen"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "pnn1997@gmail.com"], ["phone", "(504)-636-7910"], ["admin", "t"], ["picture", "https://i.pinimg.com/736x/7a/f4/22/7af422b5c2fe2de3d9ab3244bd31664f--christmas-time-merry-christmas.jpg"]]
 (7.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "111111111111111111111"], ["renterName", "Ted Steffens"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "tsteffens@tulane.edu"], ["phone", "(504)-123-4567"], ["admin", "f"], ["picture", "https://cdn.bulbagarden.net/upload/thumb/d/de/125Electabuzz.png/250px-125Electabuzz.png"]]
 (9.2ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "222222222222222222222"], ["renterName", "Anastasia Kurdia"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "akurdia@tulane.edu"], ["phone", "(504)-123-4567"], ["admin", "f"], ["picture", "https://cdn.bulbagarden.net/upload/thumb/9/92/040Wigglytuff.png/250px-040Wigglytuff.png"]]
 (8.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "333333333333333333333"], ["renterName", "Jon Snow"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "jsnow@tulane.edu"], ["phone", "(504)-123-4567"], ["admin", "f"], ["picture", "https://pbs.twimg.com/profile_images/901947348699545601/hqRMHITj.jpg"]]
 (8.7ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "renters" ("renterID", "renterName", "provider", "birthday", "email", "phone", "admin", "picture") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "444444444444444444444"], ["renterName", "Winter Is Coming"], ["provider", "google_oauth2"], ["birthday", "1997-04-08 17:00:00.000000"], ["email", "cwinter@tulane.edu"], ["phone", "(504)-123-4567"], ["admin", "f"], ["picture", "https://cdn.images.express.co.uk/img/dynamic/20/590x/secondary/Game-of-Thrones-977298.jpg"]]
 (7.3ms)  commit transaction

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 01:06:25 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (1.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (15.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (68.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (2.0ms)

Completed 200 OK in 544ms (Views: 492.5ms | ActiveRecord: 2.0ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 01:06:27 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.216.233 at 2017-12-16 01:06:28 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (1.8ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (15.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 234ms (Views: 229.1ms | ActiveRecord: 0.9ms)

Started GET “/renters/444444444444444444444” for 129.81.216.233 at 2017-12-16 01:06:30 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"444444444444444444444"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "444444444444444444444"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
Rendered renters/_renter_show.html.erb (1.9ms)
Rendered renters/_renter_tickets.html.erb (0.0ms)
Rendered renters/show.html.erb within layouts/application (3.7ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.5ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 01:06:32 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (5.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 41.2ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 01:06:36 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Rendered renters/_renter_show.html.erb (1.0ms)
Rendered renters/_renter_tickets.html.erb (0.1ms)
Rendered renters/show.html.erb within layouts/application (2.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:06:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:06:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:06:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:06:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:06:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:06:37 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 44ms (Views: 43.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 01:08:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (2.9ms)
Rendered renters/_renter_tickets.html.erb (0.8ms)
Rendered renters/show.html.erb within layouts/application (9.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.8ms)

Completed 200 OK in 434ms (Views: 380.1ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 01:08:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:08:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters” for 129.81.216.233 at 2017-12-16 01:08:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (1.0ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (33.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 118ms (Views: 112.9ms | ActiveRecord: 1.5ms)

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:08:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 37.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 01:08:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.6ms)
Rendered renters/_renter_tickets.html.erb (0.1ms)
Rendered renters/show.html.erb within layouts/application (2.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 151ms (Views: 148.3ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:08:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:08:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:08:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:08:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:08:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:08:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 01:10:39 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (1.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (3.3ms)
Rendered renters/_renter_tickets.html.erb (0.9ms)
Rendered renters/show.html.erb within layouts/application (9.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.8ms)

Completed 200 OK in 464ms (Views: 404.1ms | ActiveRecord: 1.2ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 01:10:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:10:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:10:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (1.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 103ms (Views: 102.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:10:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:10:41 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 37ms (Views: 35.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 01:10:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.6ms)
Rendered renters/_renter_tickets.html.erb (0.1ms)
Rendered renters/show.html.erb within layouts/application (2.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 38ms (Views: 35.1ms | ActiveRecord: 0.4ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.233 at 2017-12-16 01:10:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:10:42 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/” for 129.81.216.233 at 2017-12-16 01:10:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:10:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 39ms (Views: 37.8ms | ActiveRecord: 0.3ms)

Started GET “/about” for 129.81.216.233 at 2017-12-16 01:10:43 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (1.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 40.1ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.233 at 2017-12-16 01:10:44 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.8ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (40.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 98ms (Views: 90.5ms | ActiveRecord: 1.2ms)

Started GET “/renters” for 129.81.216.233 at 2017-12-16 01:10:48 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (7.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 168ms (Views: 164.7ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500/” for 129.81.216.233 at 2017-12-16 01:10:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.5ms)
Rendered renters/_renter_tickets.html.erb (0.0ms)
Rendered renters/show.html.erb within layouts/application (2.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 33.6ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:10:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:10:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:10:50 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 59ms (Views: 57.7ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:10:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 39ms (Views: 37.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.216.233 at 2017-12-16 01:10:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.233 at 2017-12-16 01:10:51 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.2ms)

Started GET “/about” for 129.81.216.233 at 2017-12-16 01:11:03 +0000 Cannot render console from 129.81.216.233! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.2ms)

Started GET “/” for 184.190.92.147 at 2017-12-16 14:00:39 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 16ms (ActiveRecord: 0.0ms)

Started GET “/about” for 184.190.92.147 at 2017-12-16 14:00:40 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (3.5ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.7ms)

Completed 200 OK in 1201ms (Views: 1199.4ms | ActiveRecord: 0.8ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:00:44 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (3.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (117.0ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (338.3ms)
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 452ms (Views: 375.5ms | ActiveRecord: 3.0ms)

Started GET “/bikes/A1000” for 184.190.92.147 at 2017-12-16 14:00:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Rendered bikes/_bike_show.html.erb (2.5ms)
Rendered bikes/show.html.erb within layouts/application (174.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 207ms (Views: 204.6ms | ActiveRecord: 0.6ms)

Started GET “/bikes/A1000” for 184.190.92.147 at 2017-12-16 14:00:50 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.7ms)
Rendered bikes/_bike_show.html.erb (0.8ms)
Rendered bikes/show.html.erb within layouts/application (3.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 32.6ms | ActiveRecord: 0.4ms)

Started GET “/bikes/A1000” for 184.190.92.147 at 2017-12-16 14:00:54 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Rendered bikes/_bike_show.html.erb (0.7ms)
Rendered bikes/show.html.erb within layouts/application (3.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 216ms (Views: 214.4ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:00:55 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (109.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 139ms (Views: 135.8ms | ActiveRecord: 1.1ms)

Started GET “/bikes/A1003” for 184.190.92.147 at 2017-12-16 14:00:57 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Rendered bikes/_bike_show.html.erb (1.0ms)
Rendered bikes/show.html.erb within layouts/application (4.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 57ms (Views: 54.9ms | ActiveRecord: 0.4ms)

Started GET “/bikes/A1003” for 184.190.92.147 at 2017-12-16 14:00:59 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.3ms)
Rendered bikes/_bike_show.html.erb (0.8ms)
Rendered bikes/show.html.erb within layouts/application (3.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.4ms)

Started GET “/bikes/A1003” for 184.190.92.147 at 2017-12-16 14:01:01 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.7ms)
Rendered bikes/_bike_show.html.erb (1.0ms)
Rendered bikes/show.html.erb within layouts/application (4.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 40.4ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:01:02 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.6ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (23.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 68ms (Views: 63.7ms | ActiveRecord: 1.4ms)

Started GET “/bikes/A1006” for 184.190.92.147 at 2017-12-16 14:01:05 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Rendered bikes/_bike_show.html.erb (0.7ms)
Rendered bikes/show.html.erb within layouts/application (3.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.4ms)

Started GET “/bikes/A1006” for 184.190.92.147 at 2017-12-16 14:01:06 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (167.4ms)
Rendered bikes/_bike_show.html.erb (0.8ms)
Rendered bikes/show.html.erb within layouts/application (169.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 209ms (Views: 207.1ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:01:08 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 49ms (Views: 45.5ms | ActiveRecord: 1.3ms)

Started GET “/about” for 184.190.92.147 at 2017-12-16 14:01:09 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 36.1ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 184.190.92.147 at 2017-12-16 14:01:10 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (3.1ms)
Rendered renters/_renter_tickets.html.erb (0.1ms)
Rendered renters/show.html.erb within layouts/application (5.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 72ms (Views: 43.8ms | ActiveRecord: 0.6ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:01:10 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:01:10 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 40.5ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:01:10 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:01:10 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 90ms (Views: 88.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:01:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:01:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.4ms)

Completed 200 OK in 55ms (Views: 53.8ms | ActiveRecord: 0.2ms)

Started GET “/renters” for 184.190.92.147 at 2017-12-16 14:01:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (7.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.4ms)

Completed 200 OK in 145ms (Views: 141.6ms | ActiveRecord: 0.9ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:01:13 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (17.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 53ms (Views: 49.5ms | ActiveRecord: 1.0ms)

Started GET “/bikes/B1002” for 184.190.92.147 at 2017-12-16 14:01:28 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"B1002"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1002"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.6ms)
Rendered bikes/_bike_show.html.erb (0.8ms)
Rendered bikes/show.html.erb within layouts/application (3.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 112ms (Views: 32.6ms | ActiveRecord: 0.6ms)

Started GET “/bikes/B1002” for 184.190.92.147 at 2017-12-16 14:01:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"B1002"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1002"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Rendered bikes/_bike_show.html.erb (1.2ms)
Rendered bikes/show.html.erb within layouts/application (177.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 212ms (Views: 209.9ms | ActiveRecord: 0.5ms)

Started GET “/” for 184.190.92.147 at 2017-12-16 14:02:03 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 11ms (ActiveRecord: 0.0ms)

Started GET “/about” for 184.190.92.147 at 2017-12-16 14:02:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.9ms)
Renter Load (0.5ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.6ms)

Completed 200 OK in 1239ms (Views: 1237.7ms | ActiveRecord: 0.9ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:02:07 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (4.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (5.7ms)
Bike Load (2.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (341.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 476ms (Views: 373.6ms | ActiveRecord: 3.8ms)

Started GET “/bikes/A1000” for 184.190.92.147 at 2017-12-16 14:02:09 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.6ms)
Rendered bikes/_bike_show.html.erb (1.6ms)
Rendered bikes/show.html.erb within layouts/application (5.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 167ms (Views: 164.3ms | ActiveRecord: 0.7ms)

Started GET “/bikes/A1000/switchAvailability” for 184.190.92.147 at 2017-12-16 14:02:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1000"], ["serialnumber", 23365], ["checkout", "2017-12-16 14:02:11.149191"], ["location", "Stanley Thomas"], ["fare", 5.0], ["active", "t"], ["created_at", "2017-12-16 14:02:11.162110"], ["updated_at", "2017-12-16 14:02:11.162110"]]
 (13.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1000"]]
 (11.2ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/1 Completed 302 Found in 49ms (ActiveRecord: 26.8ms)

Started GET “/bikes/A1000/favicon.ico” for 184.190.92.147 at 2017-12-16 14:02:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/1” for 184.190.92.147 at 2017-12-16 14:02:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"1"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 1]]
Rendered tickets/show.html.erb within layouts/application (1.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 31.2ms | ActiveRecord: 0.6ms)

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:02:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 97ms (Views: 96.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:02:12 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (5.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (21.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.5ms)

Completed 200 OK in 134ms (Views: 128.9ms | ActiveRecord: 1.6ms)

Started GET “/bikes/A1004” for 184.190.92.147 at 2017-12-16 14:02:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.6ms)
Rendered bikes/_bike_show.html.erb (0.9ms)
Rendered bikes/show.html.erb within layouts/application (3.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 172ms (Views: 169.8ms | ActiveRecord: 0.4ms)

Started GET “/bikes/A1004/switchAvailability” for 184.190.92.147 at 2017-12-16 14:02:17 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1004"], ["serialnumber", 90503], ["checkout", "2017-12-16 14:02:17.647087"], ["location", "Newcomb"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-16 14:02:17.649509"], ["updated_at", "2017-12-16 14:02:17.649509"]]
 (10.8ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1004"]]
 (9.4ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/2 Completed 302 Found in 36ms (ActiveRecord: 21.4ms)

Started GET “/tickets/2” for 184.190.92.147 at 2017-12-16 14:02:17 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 0.5ms)

Started GET “/bikes/A1004/favicon.ico” for 184.190.92.147 at 2017-12-16 14:02:17 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:02:17 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.4ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:02:18 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (140.7ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (161.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 191ms (Views: 185.7ms | ActiveRecord: 1.8ms)

Started GET “/bikes/A1006” for 184.190.92.147 at 2017-12-16 14:02:21 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Rendered bikes/_bike_show.html.erb (0.7ms)
Rendered bikes/show.html.erb within layouts/application (3.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.4ms)

Started GET “/bikes/A1006/switchAvailability” for 184.190.92.147 at 2017-12-16 14:02:22 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (136.5ms)  begin transaction
SQL (0.3ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1006"], ["serialnumber", 26001], ["checkout", "2017-12-16 14:02:22.709992"], ["location", "Jones"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-16 14:02:22.848385"], ["updated_at", "2017-12-16 14:02:22.848385"]]
 (11.3ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1006"]]
 (10.3ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/3 Completed 302 Found in 175ms (ActiveRecord: 159.2ms)

Started GET “/bikes/A1006/favicon.ico” for 184.190.92.147 at 2017-12-16 14:02:22 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 184.190.92.147 at 2017-12-16 14:02:22 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 103ms (Views: 100.5ms | ActiveRecord: 0.5ms)

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:02:23 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:02:24 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 53ms (Views: 48.4ms | ActiveRecord: 1.5ms)

Started GET “/bikes/A1004/favicon.ico” for 184.190.92.147 at 2017-12-16 14:02:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1004/switchAvailability” for 184.190.92.147 at 2017-12-16 14:02:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "A1004"], ["active", "t"]]

Redirected to actual-rentul-cmoroz1.c9users.io/payments/new Completed 302 Found in 165ms (ActiveRecord: 0.7ms)

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:02:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 39ms (Views: 38.3ms | ActiveRecord: 0.3ms)

Started GET “/payments/new” for 184.190.92.147 at 2017-12-16 14:02:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by PaymentsController#new as HTML

Rendered payments/new.html.erb within layouts/application (29.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 201ms (Views: 191.2ms | ActiveRecord: 0.7ms)

Started GET “/bikes/A1004/favicon.ico” for 184.190.92.147 at 2017-12-16 14:02:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:02:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 40ms (Views: 39.3ms | ActiveRecord: 0.2ms)

Started GET “/payments/favicon.ico” for 184.190.92.147 at 2017-12-16 14:02:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:02:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 96ms (Views: 95.1ms | ActiveRecord: 0.3ms)

Started GET “/payments/favicon.ico” for 184.190.92.147 at 2017-12-16 14:02:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:02:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.2ms)

Started POST “/payments” for 184.190.92.147 at 2017-12-16 14:03:01 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by PaymentsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OPAjuc6Nc6B111CJthN45SCPU/5nvPBReg4WutXIrd6ejXiY+QRr1+vvaqPSsbjS1iqpHUU0zryjMQIt0egXAQ==", "payment"=>{"first_name"=>"Chris", "last_name"=>"Moroz", "credit_card_number"=>"4012888888881881", "expiration_month"=>"9", "expiration_year"=>"2022", "card_security_code"=>"520", "amount"=>"3.0"}, "commit"=>"Charge Credit Card"}
 (0.1ms)  begin transaction
SQL (100.6ms)  INSERT INTO "payments" ("first_name", "last_name", "amount", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Chris"], ["last_name", "Moroz"], ["amount", 3.0], ["created_at", "2017-12-16 14:03:01.745276"], ["updated_at", "2017-12-16 14:03:01.745276"]]
 (17.7ms)  commit transaction
SQL (10.4ms)  UPDATE "payments" SET "authorization_code" = NULL, "success" = 't' WHERE "payments"."id" = ?  [["id", 1]]

Redirected to actual-rentul-cmoroz1.c9users.io/bikes/A1004/checkin Completed 302 Found in 137ms (ActiveRecord: 128.8ms)

Started GET “/bikes/A1004/checkin” for 184.190.92.147 at 2017-12-16 14:03:01 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#checkin as HTML

Parameters: {"id"=>"A1004"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", nil], ["bikeid", "A1004"]]
 (11.5ms)  commit transaction
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "A1004"], ["active", "t"]]
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "tickets" SET "checkin" = ?, "active" = ?, "updated_at" = ? WHERE "tickets"."id" = ?  [["checkin", "2017-12-16 14:03:01.943223"], ["active", "f"], ["updated_at", "2017-12-16 14:03:01.960451"], ["id", 2]]
 (9.0ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/2 Completed 302 Found in 31ms (ActiveRecord: 22.0ms)

Started GET “/tickets/2” for 184.190.92.147 at 2017-12-16 14:03:02 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"2"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 2]]
Rendered tickets/show.html.erb within layouts/application (1.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 46ms (Views: 43.8ms | ActiveRecord: 0.5ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:03:08 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (18.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (34.2ms)
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 66ms (Views: 61.6ms | ActiveRecord: 1.7ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:03:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (100.5ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (116.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 147ms (Views: 142.5ms | ActiveRecord: 1.9ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:03:16 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:05:17 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (16.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (141.5ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (176.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 249ms (Views: 225.5ms | ActiveRecord: 4.0ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:05:18 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:05:20 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (110.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (131.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 312ms (Views: 306.1ms | ActiveRecord: 2.1ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:05:20 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:05:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.4ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.5ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (25.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (151.0ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (206.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 561ms (Views: 399.3ms | ActiveRecord: 5.1ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:05:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:05:36 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (152.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 190ms (Views: 185.1ms | ActiveRecord: 1.8ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:05:45 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (18.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (134.3ms)
Bike Load (0.8ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (172.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 234ms (Views: 207.9ms | ActiveRecord: 4.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:05:46 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:05:47 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.5ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.5ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (16.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (35.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 387ms (Views: 379.7ms | ActiveRecord: 3.9ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:05:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:05:57 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (13.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (10.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (39.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 217ms (Views: 196.9ms | ActiveRecord: 3.0ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:05:58 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:06:00 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.0ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 56ms (Views: 52.2ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:06:00 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:06:11 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (139.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (10.7ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (165.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 216ms (Views: 193.8ms | ActiveRecord: 3.4ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:06:12 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:06:13 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (6.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (20.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 49ms (Views: 44.6ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:06:13 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:06:31 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (135.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (10.9ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (162.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 212ms (Views: 190.7ms | ActiveRecord: 3.2ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:06:32 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:06:33 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.2ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (22.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 52ms (Views: 46.7ms | ActiveRecord: 1.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:06:34 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/” for 184.190.92.147 at 2017-12-16 14:06:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (2.9ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (7.7ms)
Rendered renters/show.html.erb within layouts/application (12.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 80ms (Views: 44.6ms | ActiveRecord: 1.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:06:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:06:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 53ms (Views: 51.9ms | ActiveRecord: 0.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:06:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:06:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:06:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:06:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.2ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:06:53 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (40.4ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (10.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (33.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 251ms (Views: 205.0ms | ActiveRecord: 42.5ms)

Started GET “/renters/112341991710336885500/” for 184.190.92.147 at 2017-12-16 14:06:57 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (2.1ms)
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (8.8ms)
Rendered renters/show.html.erb within layouts/application (12.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 125ms (Views: 118.5ms | ActiveRecord: 1.4ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:06:57 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:06:58 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.7ms)

Completed 200 OK in 67ms (Views: 65.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:06:58 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:06:58 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 53ms (Views: 51.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:06:58 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:06:58 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:07:00 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (9.8ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 120ms (Views: 62.4ms | ActiveRecord: 1.8ms)

Started GET “/bikes/B1001” for 184.190.92.147 at 2017-12-16 14:07:02 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"B1001"}
Bike Load (4.5ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.6ms)
Rendered bikes/_bike_show.html.erb (1.1ms)
Rendered bikes/show.html.erb within layouts/application (4.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 49ms (Views: 41.5ms | ActiveRecord: 5.0ms)

Started GET “/bikes/B1001/switchAvailability” for 184.190.92.147 at 2017-12-16 14:07:03 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"B1001"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "B1001"], ["serialnumber", 18436], ["checkout", "2017-12-16 14:07:03.985959"], ["location", "Richardson"], ["fare", 5.0], ["active", "t"], ["created_at", "2017-12-16 14:07:03.987740"], ["updated_at", "2017-12-16 14:07:03.987740"]]
 (12.1ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.3ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "B1001"]]
 (12.0ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/4 Completed 302 Found in 36ms (ActiveRecord: 25.3ms)

Started GET “/bikes/B1001/favicon.ico” for 184.190.92.147 at 2017-12-16 14:07:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/4” for 184.190.92.147 at 2017-12-16 14:07:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"4"}
Ticket Load (0.8ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 4]]
Rendered tickets/show.html.erb within layouts/application (0.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 144ms (Views: 141.0ms | ActiveRecord: 1.1ms)

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:07:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 46ms (Views: 45.2ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:07:05 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (15.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.3ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (42.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 204ms (Views: 198.4ms | ActiveRecord: 2.0ms)

Started GET “/bikes?ticket_page=2” for 184.190.92.147 at 2017-12-16 14:07:07 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (14.5ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (30.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 61ms (Views: 56.8ms | ActiveRecord: 1.5ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:07:10 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY checkout desc  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (13.2ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.5ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (29.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 61ms (Views: 55.6ms | ActiveRecord: 2.2ms)

Started GET “/renters/112341991710336885500/” for 184.190.92.147 at 2017-12-16 14:07:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (148.8ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.8ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (13.1ms)
Rendered renters/show.html.erb within layouts/application (16.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.4ms)

Completed 200 OK in 203ms (Views: 44.9ms | ActiveRecord: 150.0ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:07:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:07:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.8ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:07:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:07:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 96ms (Views: 94.7ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:07:16 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:07:16 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 33.2ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500?ticket_page=2” for 184.190.92.147 at 2017-12-16 14:07:17 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"2", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.9ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (125.1ms)
Rendered renters/show.html.erb within layouts/application (128.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 165ms (Views: 160.5ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500” for 184.190.92.147 at 2017-12-16 14:07:19 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.5ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (13.8ms)
Rendered renters/show.html.erb within layouts/application (16.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 66ms (Views: 61.0ms | ActiveRecord: 1.0ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:08:35 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (30.7ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (18.4ms)
Bike Load (0.8ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (73.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 148ms (Views: 120.5ms | ActiveRecord: 5.3ms)

Started GET “/bikes?ticket_page=2” for 184.190.92.147 at 2017-12-16 14:08:40 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (12.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (32.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 66ms (Views: 60.9ms | ActiveRecord: 1.6ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:08:41 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (12.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (120.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 149ms (Views: 144.9ms | ActiveRecord: 1.6ms)

Started GET “/renters/112341991710336885500/” for 184.190.92.147 at 2017-12-16 14:08:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.9ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (86.5ms)
Rendered renters/show.html.erb within layouts/application (89.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 129ms (Views: 123.8ms | ActiveRecord: 1.1ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:08:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:08:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 46ms (Views: 45.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:08:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:08:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 43.3ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:08:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:08:43 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.2ms)

Started GET “/about” for 184.190.92.147 at 2017-12-16 14:08:45 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.2ms)

Started GET “/” for 184.190.92.147 at 2017-12-16 14:08:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 184.190.92.147 at 2017-12-16 14:08:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 119ms (Views: 118.1ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:09:00 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (12.9ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.4ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (56.9ms)
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 89ms (Views: 83.7ms | ActiveRecord: 1.9ms)

Started GET “/renters” for 184.190.92.147 at 2017-12-16 14:09:02 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (7.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 40.0ms | ActiveRecord: 0.7ms)

Started GET “/renters/112341991710336885500/” for 184.190.92.147 at 2017-12-16 14:09:03 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.7ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (160.9ms)
Rendered renters/show.html.erb within layouts/application (164.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 203ms (Views: 198.1ms | ActiveRecord: 1.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:09:03 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:09:03 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 40.0ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:09:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:09:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:09:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:09:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 31.6ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/” for 184.190.92.147 at 2017-12-16 14:10:04 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (2.7ms)
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (12.6ms)
Rendered renters/show.html.erb within layouts/application (16.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 46ms (Views: 41.0ms | ActiveRecord: 1.1ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:10:05 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:10:05 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:10:05 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 184.190.92.147 at 2017-12-16 14:10:05 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:10:05 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 184.190.92.147 at 2017-12-16 14:10:10 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (12.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 54ms (Views: 49.9ms | ActiveRecord: 1.7ms)

Started GET “/bikes/B1001/switchAvailability” for 184.190.92.147 at 2017-12-16 14:12:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"B1001"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "B1001"], ["active", "t"]]

Redirected to actual-rentul-cmoroz1.c9users.io/payments/new Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/bikes/B1001/favicon.ico” for 184.190.92.147 at 2017-12-16 14:12:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/payments/new” for 184.190.92.147 at 2017-12-16 14:12:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by PaymentsController#new as HTML

Rendered payments/new.html.erb within layouts/application (5.0ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 63ms (Views: 54.4ms | ActiveRecord: 0.7ms)

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:12:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.2ms)

Started GET “/payments/favicon.ico” for 184.190.92.147 at 2017-12-16 14:12:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:12:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 39ms (Views: 37.8ms | ActiveRecord: 0.3ms)

Started GET “/payments/favicon.ico” for 184.190.92.147 at 2017-12-16 14:12:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:12:15 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 39.9ms | ActiveRecord: 0.2ms)

Started GET “/payments/new” for 184.190.92.147 at 2017-12-16 14:12:48 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by PaymentsController#new as HTML

Rendered payments/new.html.erb within layouts/application (3.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 34.9ms | ActiveRecord: 0.2ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:12:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/payments/favicon.ico” for 184.190.92.147 at 2017-12-16 14:12:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:12:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.3ms)

Started GET “/payments/favicon.ico” for 184.190.92.147 at 2017-12-16 14:12:49 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:12:50 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.2ms)

Started GET “/payments/new” for 184.190.92.147 at 2017-12-16 14:12:54 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by PaymentsController#new as HTML

Rendered payments/new.html.erb within layouts/application (5.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 34.9ms | ActiveRecord: 0.2ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:12:54 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/payments/favicon.ico” for 184.190.92.147 at 2017-12-16 14:12:54 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:12:54 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.3ms)

Started GET “/payments/favicon.ico” for 184.190.92.147 at 2017-12-16 14:12:55 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:12:55 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 53ms (Views: 52.4ms | ActiveRecord: 0.2ms)

Started GET “/payments/new” for 184.190.92.147 at 2017-12-16 14:13:08 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by PaymentsController#new as HTML

Rendered payments/new.html.erb within layouts/application (5.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.2ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 184.190.92.147 at 2017-12-16 14:13:08 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/payments/favicon.ico” for 184.190.92.147 at 2017-12-16 14:13:09 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:13:09 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.3ms)

Started GET “/payments/favicon.ico” for 184.190.92.147 at 2017-12-16 14:13:10 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 184.190.92.147 at 2017-12-16 14:13:10 +0000 Cannot render console from 184.190.92.147! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.216.70 at 2017-12-16 15:30:13 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 11ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.216.70 at 2017-12-16 15:30:14 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (2.4ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (2.2ms)

Completed 200 OK in 439ms (Views: 437.2ms | ActiveRecord: 0.7ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.216.70 at 2017-12-16 15:30:16 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.216.70 at 2017-12-16 15:30:16 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (1.7ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (47.9ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.2ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (72.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 212ms (Views: 114.3ms | ActiveRecord: 4.9ms)

Started GET “/bikes/C1000” for 129.81.216.70 at 2017-12-16 15:30:24 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"C1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "C1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Rendered bikes/_bike_show.html.erb (1.9ms)
Rendered bikes/show.html.erb within layouts/application (5.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 41ms (Views: 38.6ms | ActiveRecord: 0.4ms)

Started GET “/bikes/C1000/switchAvailability” for 129.81.216.70 at 2017-12-16 15:30:26 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"C1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "C1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.6ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "C1000"], ["serialnumber", 23365], ["checkout", "2017-12-16 15:30:26.687565"], ["location", "Stanley Thomas"], ["fare", 5.0], ["active", "t"], ["created_at", "2017-12-16 15:30:26.694635"], ["updated_at", "2017-12-16 15:30:26.694635"]]
 (23.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "C1000"]]
 (125.3ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/5 Completed 302 Found in 167ms (ActiveRecord: 150.6ms)

Started GET “/bikes/C1000/favicon.ico” for 129.81.216.70 at 2017-12-16 15:30:27 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/5” for 129.81.216.70 at 2017-12-16 15:30:27 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"5"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 5]]
Rendered tickets/show.html.erb within layouts/application (1.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 38.7ms | ActiveRecord: 0.6ms)

Started GET “/error” for 129.81.216.70 at 2017-12-16 15:30:27 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.4ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.2ms)

Started GET “/bikes/C1000/favicon.ico” for 129.81.216.70 at 2017-12-16 15:30:27 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.216.70 at 2017-12-16 15:30:27 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 34.7ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.216.70 at 2017-12-16 15:30:28 +0000 Cannot render console from 129.81.216.70! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (47.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (66.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 101ms (Views: 96.6ms | ActiveRecord: 1.8ms)

Started GET “/” for 129.81.200.64 at 2017-12-16 15:48:07 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 12ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.200.64 at 2017-12-16 15:48:08 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (3.9ms)
Renter Load (0.4ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (1.7ms)

Completed 200 OK in 1105ms (Views: 1103.1ms | ActiveRecord: 0.8ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 15:48:12 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (1.5ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (173.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (2.0ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (206.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 455ms (Views: 236.2ms | ActiveRecord: 4.6ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 15:48:14 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (1.3ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 201ms (Views: 198.3ms | ActiveRecord: 0.6ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 15:48:18 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (13.9ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (28.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 105ms (Views: 99.8ms | ActiveRecord: 1.7ms)

Started GET “/bikes/A1006” for 129.81.200.64 at 2017-12-16 15:48:20 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.3ms)
Rendered bikes/_bike_show.html.erb (1.6ms)
Rendered bikes/show.html.erb within layouts/application (4.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.0ms | ActiveRecord: 0.4ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 15:48:22 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (0.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 201ms (Views: 199.9ms | ActiveRecord: 0.4ms)

Started GET “/bikes/A1006” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered bikes/_bike_nav.html.erb (0.4ms)
Rendered bikes/_bike_show.html.erb (2.8ms)
Rendered bikes/show.html.erb within layouts/application (4.8ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" IS NULL LIMIT 1
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 62ms (Views: 60.7ms | ActiveRecord: 0.5ms)

Started GET “/assets/bikes.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/payments.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit.self-8533cc7490208b7d5b675f46fdb4f0f3caa6e96b55e4f7d9b750fd168fdad33c.css?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/uikit_tu.self-d75e9982374787d7e3a5d4e1c460dc6273b792f92ea8e0b37d48c061f6e28c50.css?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-cf30dd20383e4f68ceea1e8c6f54a3a7587aa4f44529dbbaba7085a35c576908.css?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/turbolinks.self-1d1fddf91adc38ac2045c51f0a3e05ca97d07d24d15a4dcbf705009106489e69.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/bikes.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/facebook.self-967c631166d3aa8fbf4890d6e1da622790d272ab236724b5ab7631ed744f70b5.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/payments.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/renters.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/tickets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:36 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application.self-d6cc8c3c7f348181b26ff3349e5dee639f15ac5934bc08049dcd98fbcc05aad9.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:36 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1” for 129.81.200.64 at 2017-12-16 15:48:36 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 15:48:37 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 15:50:03 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.3ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.3ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (131.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.6ms)
Bike Load (0.6ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (157.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 202ms (Views: 193.3ms | ActiveRecord: 3.1ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 15:50:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (11.6ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 67ms (Views: 63.3ms | ActiveRecord: 1.4ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 15:50:36 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 15:50:38 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered tickets/show.html.erb within layouts/application (2.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 126ms (Views: 124.1ms | ActiveRecord: 0.4ms)

Started GET “/tickets/3/edit” for 129.81.200.64 at 2017-12-16 15:50:41 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#edit as HTML

Parameters: {"id"=>"3"}

Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NameError (uninitialized constant TicketsController::Tickets):

app/controllers/tickets_controller.rb:23:in `edit'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (34.9ms)

Started GET “/tickets/3/favicon.ico” for 129.81.200.64 at 2017-12-16 15:50:41 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 15:50:41 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.5ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.3ms)

Started GET “/tickets/3/favicon.ico” for 129.81.200.64 at 2017-12-16 15:50:41 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 15:50:41 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.2ms)

Started GET “/” for 129.81.200.64 at 2017-12-16 15:51:18 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.200.64 at 2017-12-16 15:51:18 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 44ms (Views: 42.1ms | ActiveRecord: 0.8ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 15:51:20 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (21.4ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (37.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 88ms (Views: 68.3ms | ActiveRecord: 2.9ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 15:51:22 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered tickets/show.html.erb within layouts/application (2.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 34.3ms | ActiveRecord: 0.6ms)

Started GET “/tickets/3/edit” for 129.81.200.64 at 2017-12-16 15:51:23 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#edit as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)

ActionView::MissingTemplate (Missing template tickets/edit, application/edit with {:locale=>, :formats=>, :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:

* "/home/ubuntu/workspace/app/views"
* "/usr/local/rvm/gems/ruby-2.3.4/gems/kaminari-0.16.3/app/views"

):

actionview (4.2.5) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
omniauth (1.7.1) lib/omniauth/strategy.rb:190:in `call!'
omniauth (1.7.1) lib/omniauth/strategy.rb:168:in `call'
omniauth (1.7.1) lib/omniauth/strategy.rb:190:in `call!'
omniauth (1.7.1) lib/omniauth/strategy.rb:168:in `call'
omniauth (1.7.1) lib/omniauth/builder.rb:63:in `call'
rack (1.6.8) lib/rack/etag.rb:24:in `call'
rack (1.6.8) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.8) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.8) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.8) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
web-console (2.3.0) lib/web_console/middleware.rb:20:in `block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.8) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.8) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.8) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.8) lib/rack/lock.rb:17:in `call'
rack (1.6.8) lib/rack/content_length.rb:15:in `call'
rack (1.6.8) lib/rack/handler/webrick.rb:88:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
/usr/local/rvm/rubies/ruby-2.3.4/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (34.5ms)

Started GET “/tickets/3/favicon.ico” for 129.81.200.64 at 2017-12-16 15:51:23 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 15:51:24 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 69ms (Views: 67.7ms | ActiveRecord: 0.2ms)

Started GET “/tickets/3/favicon.ico” for 129.81.200.64 at 2017-12-16 15:51:24 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 15:51:24 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.2ms)

Started GET “/tickets/3/” for 129.81.200.64 at 2017-12-16 15:52:48 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered tickets/show.html.erb within layouts/application (3.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.5ms)

Started GET “/tickets/3/favicon.ico” for 129.81.200.64 at 2017-12-16 15:52:49 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 15:52:49 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.2ms)

Started GET “/tickets/3/favicon.ico” for 129.81.200.64 at 2017-12-16 15:52:49 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 15:52:49 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 15:53:31 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (13.8ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (30.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 67ms (Views: 62.0ms | ActiveRecord: 1.8ms)

Started GET “/bikes/A1006” for 129.81.200.64 at 2017-12-16 15:53:33 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Rendered bikes/_bike_show.html.erb (0.9ms)
Rendered bikes/show.html.erb within layouts/application (3.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 31.6ms | ActiveRecord: 0.4ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 15:53:34 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered tickets/show.html.erb within layouts/application (1.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.4ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 15:55:02 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Rendered tickets/show.html.erb within layouts/application (1.8ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)

SyntaxError (/home/ubuntu/workspace/app/views/tickets/show.html.erb:16: syntax error, unexpected tIVAR, expecting ')' '.freeze; bike = Bike.find(:bikeid @ticket.bikeid)

^

/home/ubuntu/workspace/app/views/tickets/show.html.erb:16: syntax error, unexpected ')', expecting keyword_end '.freeze; bike = Bike.find(:bikeid @ticket.bikeid)

                                                ^):
app/views/tickets/show.html.erb:16: syntax error, unexpected tIVAR, expecting ')'
app/views/tickets/show.html.erb:16: syntax error, unexpected ')', expecting keyword_end

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.5ms)

Started GET “/” for 129.81.200.64 at 2017-12-16 15:55:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.200.64 at 2017-12-16 15:55:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 15:56:02 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (15.3ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.3ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (32.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 66ms (Views: 60.5ms | ActiveRecord: 2.1ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 15:56:07 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (3.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.5ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:00:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (6.3ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (wrong number of arguments (given 0, expected 1..2)):

  28:     <% end %> in <span class="uk-text-capitalize"><%= bike.rating %></span> condition.
  29:     </p>
  30:     
  31:                 <p>Last Maintenance: <%= t.maintenance %></p>
  32:                 
  33:                 <% if bike.availability %>
  34:                         <p>Available &ndash; Current Location: <%= bike.location %></p>
app/views/tickets/show.html.erb:31:in `_app_views_tickets_show_html_erb___3970847124579359553_70298861487620'

Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /usr/local/rvm/gems/ruby-2.3.4/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.2ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:00:43 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (4.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:00:44 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:00:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (2.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:00:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:01:01 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (2.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 42ms (Views: 40.2ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:01:01 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:01:05 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (3.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:01:05 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 16:02:06 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (14.9ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.2ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (31.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 65ms (Views: 60.4ms | ActiveRecord: 1.6ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:02:31 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (3.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:02:31 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:02:34 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (2.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:02:34 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:03:24 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (13.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.7ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:03:25 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:03:37 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (4.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.6ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:03:37 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:04:20 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (4.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 47ms (Views: 44.8ms | ActiveRecord: 0.6ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:04:21 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1006” for 129.81.200.64 at 2017-12-16 16:04:32 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.8ms)
Rendered bikes/_bike_show.html.erb (0.9ms)
Rendered bikes/show.html.erb within layouts/application (4.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.1ms | ActiveRecord: 0.5ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:06:06 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (4.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.0ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:06:07 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:06:50 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (4.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:06:50 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:06:52 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (2.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 37ms (Views: 35.6ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:06:52 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:07:06 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (4.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.5ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:07:06 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 16:07:15 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (12.5ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 63ms (Views: 58.2ms | ActiveRecord: 1.5ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:07:17 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (2.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 44ms (Views: 42.2ms | ActiveRecord: 0.4ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:09:28 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (4.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 34ms (Views: 32.6ms | ActiveRecord: 0.6ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:09:28 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes/A1006/switchAvailability” for 129.81.200.64 at 2017-12-16 16:09:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "A1006"], ["active", "t"]]

Redirected to actual-rentul-cmoroz1.c9users.io/payments/new Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/bikes/A1006/favicon.ico” for 129.81.200.64 at 2017-12-16 16:09:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/payments/new” for 129.81.200.64 at 2017-12-16 16:09:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by PaymentsController#new as HTML

Rendered payments/new.html.erb within layouts/application (40.2ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 102ms (Views: 77.1ms | ActiveRecord: 0.8ms)

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:09:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.2ms)

Started GET “/payments/favicon.ico” for 129.81.200.64 at 2017-12-16 16:09:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:09:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.3ms)

Started GET “/payments/favicon.ico” for 129.81.200.64 at 2017-12-16 16:09:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:09:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 42.0ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 16:09:40 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (13.5ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (29.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 63ms (Views: 58.5ms | ActiveRecord: 1.5ms)

Started GET “/bikes?ticket_page=2” for 129.81.200.64 at 2017-12-16 16:09:42 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "C1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "C1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (49.7ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.5ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (73.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 108ms (Views: 104.0ms | ActiveRecord: 1.5ms)

Started GET “/bikes/C1000/switchAvailability” for 129.81.200.64 at 2017-12-16 16:09:46 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"C1000"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "C1000"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ? AND "tickets"."bikeid" = ? AND "tickets"."active" = ? LIMIT 1  [["renterID", "112341991710336885500"], ["bikeid", "C1000"], ["active", "t"]]

Redirected to actual-rentul-cmoroz1.c9users.io/payments/new Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/bikes/C1000/favicon.ico” for 129.81.200.64 at 2017-12-16 16:09:46 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/payments/new” for 129.81.200.64 at 2017-12-16 16:09:46 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by PaymentsController#new as HTML

Rendered payments/new.html.erb within layouts/application (3.6ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.3ms)

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:09:46 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 43ms (Views: 42.6ms | ActiveRecord: 0.2ms)

Started GET “/payments/favicon.ico” for 129.81.200.64 at 2017-12-16 16:09:46 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:09:46 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.2ms)

Started GET “/payments/favicon.ico” for 129.81.200.64 at 2017-12-16 16:09:46 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:09:46 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.0ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 16:09:47 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (11.8ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.9ms)
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 54ms (Views: 50.4ms | ActiveRecord: 1.3ms)

Started GET “/bikes?ticket_page=2” for 129.81.200.64 at 2017-12-16 16:09:49 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Parameters: {"ticket_page"=>"2"}
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "C1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "C1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (12.1ms)
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.0ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (27.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 59ms (Views: 54.4ms | ActiveRecord: 1.5ms)

Started GET “/renters” for 129.81.200.64 at 2017-12-16 16:10:12 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.8ms)
Renter Load (1.4ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (8.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 55ms (Views: 51.5ms | ActiveRecord: 1.8ms)

Started GET “/about” for 129.81.200.64 at 2017-12-16 16:10:15 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.2ms)

Started GET “/about” for 129.81.200.64 at 2017-12-16 16:15:54 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.3ms)

Completed 200 OK in 122ms (Views: 119.2ms | ActiveRecord: 1.8ms)

Started GET “/assets/application-6b3c2ac4d5d98eef3a7ee0dfe4a6110390c31a331763a8603cf5626c1b35a768.js” for 129.81.200.64 at 2017-12-16 16:15:56 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 16:15:56 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (2.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.6ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (25.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 92ms (Views: 71.8ms | ActiveRecord: 2.0ms)

Started GET “/bikes/A1005” for 129.81.200.64 at 2017-12-16 16:15:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1005"}
Bike Load (0.3ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.4ms)
Rendered bikes/_bike_show.html.erb (2.0ms)
Rendered bikes/show.html.erb within layouts/application (4.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 40.0ms | ActiveRecord: 0.6ms)

Started GET “/bikes/A1005/switchAvailability” for 129.81.200.64 at 2017-12-16 16:16:01 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1005"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1005"], ["serialnumber", 71441], ["checkout", "2017-12-16 16:16:01.788151"], ["location", "Woldenberg Arts"], ["fare", 5.0], ["active", "t"], ["created_at", "2017-12-16 16:16:01.789850"], ["updated_at", "2017-12-16 16:16:01.789850"]]
 (14.9ms)  commit transaction
 (0.1ms)  begin transaction
SQL (0.6ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1005"]]
 (47.2ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/6 Completed 302 Found in 75ms (ActiveRecord: 63.7ms)

Started GET “/bikes/A1005/favicon.ico” for 129.81.200.64 at 2017-12-16 16:16:01 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/6” for 129.81.200.64 at 2017-12-16 16:16:01 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"6"}
Ticket Load (0.4ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 6]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Rendered tickets/show.html.erb within layouts/application (5.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.5ms)

Completed 200 OK in 89ms (Views: 86.1ms | ActiveRecord: 0.8ms)

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:16:02 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 53ms (Views: 51.9ms | ActiveRecord: 0.2ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 16:16:07 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (1.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (35.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 113ms (Views: 107.6ms | ActiveRecord: 1.1ms)

Started GET “/bikes/A1003” for 129.81.200.64 at 2017-12-16 16:16:13 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.3ms)
Rendered bikes/_bike_show.html.erb (0.7ms)
Rendered bikes/show.html.erb within layouts/application (3.2ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 31.8ms | ActiveRecord: 0.5ms)

Started GET “/bikes/A1003/switchAvailability” for 129.81.200.64 at 2017-12-16 16:16:14 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#switchAvailability as HTML

Parameters: {"id"=>"A1003"}
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
 (0.1ms)  begin transaction
SQL (0.3ms)  INSERT INTO "tickets" ("renterID", "renterName", "email", "bikeid", "serialnumber", "checkout", "location", "fare", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["renterID", "112341991710336885500"], ["renterName", "Chris Moroz"], ["email", "chrismoroz9@gmail.com"], ["bikeid", "A1003"], ["serialnumber", 73310], ["checkout", "2017-12-16 16:16:14.851890"], ["location", "Boggs"], ["fare", 2.5], ["active", "t"], ["created_at", "2017-12-16 16:16:14.853151"], ["updated_at", "2017-12-16 16:16:14.853151"]]
 (11.1ms)  commit transaction
 (0.2ms)  begin transaction
SQL (0.4ms)  UPDATE "bikes" SET "availability" = ? WHERE "bikes"."bikeid" = ?  [["availability", "f"], ["bikeid", "A1003"]]
 (11.2ms)  commit transaction

Redirected to actual-rentul-cmoroz1.c9users.io/tickets/7 Completed 302 Found in 34ms (ActiveRecord: 23.7ms)

Started GET “/bikes/A1003/favicon.ico” for 129.81.200.64 at 2017-12-16 16:16:14 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/tickets/7” for 129.81.200.64 at 2017-12-16 16:16:14 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"7"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 7]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
Rendered tickets/show.html.erb within layouts/application (2.6ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 42ms (Views: 40.2ms | ActiveRecord: 0.5ms)

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:16:15 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.3ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 16:16:16 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.9ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.8ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (164.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 202ms (Views: 197.4ms | ActiveRecord: 1.2ms)

Started GET “/renters/112341991710336885500/” for 129.81.200.64 at 2017-12-16 16:16:29 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.3ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (149.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (16.0ms)
Rendered renters/show.html.erb within layouts/application (168.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 218ms (Views: 209.9ms | ActiveRecord: 1.5ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.200.64 at 2017-12-16 16:16:29 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:16:29 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.200.64 at 2017-12-16 16:16:29 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:16:29 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.200.64 at 2017-12-16 16:16:30 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:16:30 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500?ticket_page=2” for 129.81.200.64 at 2017-12-16 16:16:33 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"2", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "C1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "C1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1005"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1003"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (16.1ms)
Rendered renters/show.html.erb within layouts/application (18.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 48ms (Views: 43.8ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500?ticket_page=3” for 129.81.200.64 at 2017-12-16 16:16:35 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"ticket_page"=>"3", "id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1004"]]
 (0.2ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (114.4ms)
Rendered renters/show.html.erb within layouts/application (116.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 160ms (Views: 155.9ms | ActiveRecord: 0.9ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 16:16:37 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.6ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (16.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 46ms (Views: 41.9ms | ActiveRecord: 1.1ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 16:17:06 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.5ms)
Bike Load (0.4ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (14.7ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 184ms (Views: 180.7ms | ActiveRecord: 0.9ms)

Started GET “/about” for 129.81.200.64 at 2017-12-16 16:17:56 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 30.4ms | ActiveRecord: 0.3ms)

Started GET “/renters/112341991710336885500/” for 129.81.200.64 at 2017-12-16 16:17:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (14.3ms)
Rendered renters/show.html.erb within layouts/application (17.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 46ms (Views: 42.2ms | ActiveRecord: 1.0ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.200.64 at 2017-12-16 16:17:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.200.64 at 2017-12-16 16:17:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:17:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.2ms)

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:17:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.200.64 at 2017-12-16 16:17:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:17:59 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.3ms)

Started GET “/bikes/A1006” for 129.81.200.64 at 2017-12-16 16:18:03 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.3ms)
Rendered bikes/_bike_show.html.erb (0.9ms)
Rendered bikes/show.html.erb within layouts/application (3.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 31ms (Views: 28.9ms | ActiveRecord: 0.4ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:18:04 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (2.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.5ms)

Started GET “/bikes/A1006” for 129.81.200.64 at 2017-12-16 16:18:38 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#show as HTML

Parameters: {"id"=>"A1006"}
Bike Load (0.2ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (1.1ms)
Rendered bikes/_bike_show.html.erb (0.8ms)
Rendered bikes/show.html.erb within layouts/application (3.1ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.4ms)

Started GET “/bikes” for 129.81.200.64 at 2017-12-16 16:18:40 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by BikesController#index as HTML

Ticket Exists (0.2ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.2ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (0.8ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered bikes/_bike_nav.html.erb (0.6ms)
Bike Load (0.5ms)  SELECT  "bikes".* FROM "bikes"  ORDER BY availability desc LIMIT 9 OFFSET 0
 (0.2ms)  SELECT COUNT(*) FROM "bikes"
Rendered bikes/index.html.erb within layouts/application (26.0ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 54ms (Views: 50.1ms | ActiveRecord: 1.2ms)

Started GET “/renters” for 129.81.200.64 at 2017-12-16 16:18:43 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#index as HTML

Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
Renter Load (0.3ms)  SELECT  "renters".* FROM "renters" LIMIT 10 OFFSET 0
 (0.1ms)  SELECT COUNT(*) FROM "renters"
Rendered renters/index.html.erb within layouts/application (5.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 36ms (Views: 32.8ms | ActiveRecord: 0.8ms)

Started GET “/renters/112341991710336885500/” for 129.81.200.64 at 2017-12-16 16:18:44 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by RentersController#show as HTML

Parameters: {"id"=>"112341991710336885500"}
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Exists (0.1ms)  SELECT  1 AS one FROM "tickets" WHERE "tickets"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Ticket Load (0.1ms)  SELECT "tickets".* FROM "tickets" WHERE "tickets"."renterID" = ?  ORDER BY "tickets"."active" DESC  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_nav.html.erb (0.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_show.html.erb (1.3ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1000"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
CACHE (0.0ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "B1001"]]
 (0.1ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT COUNT(*) FROM "tickets" WHERE "tickets"."renterID" = ?  [["renterID", "112341991710336885500"]]
Rendered renters/_renter_tickets.html.erb (13.0ms)
Rendered renters/show.html.erb within layouts/application (15.4ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 46ms (Views: 41.2ms | ActiveRecord: 0.9ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.200.64 at 2017-12-16 16:18:44 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:18:44 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.200.64 at 2017-12-16 16:18:44 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:18:44 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.2ms)

Started GET “/renters/112341991710336885500/favicon.ico” for 129.81.200.64 at 2017-12-16 16:18:44 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Started GET “/error” for 129.81.200.64 at 2017-12-16 16:18:44 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#error as HTML

Rendered home/error.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.2ms)

Started GET “/tickets/3” for 129.81.200.64 at 2017-12-16 16:18:46 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by TicketsController#show as HTML

Parameters: {"id"=>"3"}
Ticket Load (0.2ms)  SELECT  "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1  [["id", 3]]
Renter Load (0.1ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Bike Load (0.1ms)  SELECT  "bikes".* FROM "bikes" WHERE "bikes"."bikeid" = ? LIMIT 1  [["bikeid", "A1006"]]
Rendered tickets/show.html.erb within layouts/application (2.5ms)
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.1ms)

Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.5ms)

Started GET “/” for 129.81.200.64 at 2017-12-16 16:18:52 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#show as HTML Redirected to actual-rentul-cmoroz1.c9users.io/about Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/about” for 129.81.200.64 at 2017-12-16 16:18:52 +0000 Cannot render console from 129.81.200.64! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by HomeController#about as HTML

Rendered home/about.html.erb within layouts/application (0.1ms)
Renter Load (0.2ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
CACHE (0.0ms)  SELECT  "renters".* FROM "renters" WHERE "renters"."renterID" = ? LIMIT 1  [["renterID", "112341991710336885500"]]
Rendered sessions/_login_section.html.erb (0.2ms)

Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.2ms)